Skip to content

Commit

Permalink
Merge pull request #1506 from pallets/release-3.0.2
Browse files Browse the repository at this point in the history
release version 3.0.2
  • Loading branch information
davidism committed Oct 5, 2021
2 parents 28ef40c + 76c9cf8 commit b7d12b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
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
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 b7d12b6

Please sign in to comment.