Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d58859 + 877f6e5 commit b4ffc8fCopy full SHA for b4ffc8f
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.1.5
4
-------------
5
6
-Unreleased
+Released 2024-12-21
7
8
- The sandboxed environment handles indirect calls to ``str.format``, such as
9
by passing a stored reference to a filter that calls its argument.
src/jinja2/__init__.py
@@ -35,4 +35,4 @@
35
from .utils import pass_eval_context as pass_eval_context
36
from .utils import select_autoescape as select_autoescape
37
38
-__version__ = "3.1.5.dev"
+__version__ = "3.1.5"
0 commit comments