diff --git a/CHANGES.rst b/CHANGES.rst index 605a04fd9..2844c4c01 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.1.6 ------------- -Unreleased +Released 2025-03-05 - The ``|attr`` filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. :ghsa:`cpwx-vrp4-4pq7` diff --git a/src/jinja2/__init__.py b/src/jinja2/__init__.py index e24d34fd2..1a423a3ea 100644 --- a/src/jinja2/__init__.py +++ b/src/jinja2/__init__.py @@ -35,4 +35,4 @@ from .utils import pass_eval_context as pass_eval_context from .utils import select_autoescape as select_autoescape -__version__ = "3.1.6.dev" +__version__ = "3.1.6"