Skip to content

Commit 76c9cf8

Browse files
committed
release version 3.0.2
1 parent 28ef40c commit 76c9cf8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Version 3.0.2
44
-------------
55

6+
Released 2021-10-04
7+
68
- Fix a loop scoping bug that caused assignments in nested loops
79
to still be referenced outside of it. :issue:`1427`
810
- Make ``compile_templates`` deterministic for filter and import

src/jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
from .utils import pass_eval_context as pass_eval_context
4343
from .utils import select_autoescape as select_autoescape
4444

45-
__version__ = "3.0.2.dev0"
45+
__version__ = "3.0.2"

0 commit comments

Comments
 (0)