mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2025-02-21 08:13:54 +00:00
release 2.10.1
This commit is contained in:
parent
a2a6c930bc
commit
c4c4088945
10
CHANGES.rst
10
CHANGES.rst
@ -2,6 +2,16 @@ Jinja Changelog
|
||||
===============
|
||||
|
||||
|
||||
Version 2.10.1
|
||||
--------------
|
||||
|
||||
Released 2019-04-06
|
||||
|
||||
- ``SandboxedEnvironment`` securely handles ``str.format_map`` in
|
||||
order to prevent code execution through untrusted format strings.
|
||||
The sandbox already handled ``str.format``.
|
||||
|
||||
|
||||
Version 2.10
|
||||
------------
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__version__ = '2.10'
|
||||
__version__ = '2.10.1'
|
||||
|
||||
# high level interface
|
||||
from jinja2.environment import Environment, Template
|
||||
|
Loading…
x
Reference in New Issue
Block a user