mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2024-11-27 01:10:36 +00:00
release version 3.0.2
This commit is contained in:
parent
28ef40cb0c
commit
76c9cf832a
@ -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
|
||||
|
@ -42,4 +42,4 @@ from .utils import pass_environment as pass_environment
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user