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.
1 parent 28ef40c commit 76c9cf8Copy full SHA for 76c9cf8
CHANGES.rst
@@ -3,6 +3,8 @@
3
Version 3.0.2
4
-------------
5
6
+Released 2021-10-04
7
+
8
- Fix a loop scoping bug that caused assignments in nested loops
9
to still be referenced outside of it. :issue:`1427`
10
- Make ``compile_templates`` deterministic for filter and import
src/jinja2/__init__.py
@@ -42,4 +42,4 @@
42
from .utils import pass_eval_context as pass_eval_context
43
from .utils import select_autoescape as select_autoescape
44
45
-__version__ = "3.0.2.dev0"
+__version__ = "3.0.2"
0 commit comments