Skip to content

Commit

Permalink
release version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 5, 2021
1 parent 28ef40c commit 76c9cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Version 3.0.2
-------------

Released 2021-10-04

- Fix a loop scoping bug that caused assignments in nested loops
to still be referenced outside of it. :issue:`1427`
- Make ``compile_templates`` deterministic for filter and import
Expand Down
2 changes: 1 addition & 1 deletion src/jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
from .utils import pass_eval_context as pass_eval_context
from .utils import select_autoescape as select_autoescape

__version__ = "3.0.2.dev0"
__version__ = "3.0.2"

0 comments on commit 76c9cf8

Please sign in to comment.