File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,16 @@ Jinja Changelog
22===============
33
44
5+ Version 2.10.1
6+ --------------
7+
8+ Released 2019-04-06
9+
10+ - ``SandboxedEnvironment `` securely handles ``str.format_map `` in
11+ order to prevent code execution through untrusted format strings.
12+ The sandbox already handled ``str.format ``.
13+
14+
515Version 2.10
616------------
717
Original file line number Diff line number Diff line change 2727 :license: BSD, see LICENSE for more details.
2828"""
2929__docformat__ = 'restructuredtext en'
30- __version__ = '2.10'
30+ __version__ = '2.10.1 '
3131
3232# high level interface
3333from jinja2 .environment import Environment , Template
Original file line number Diff line number Diff line change 4040
4141setup (
4242 name = 'Jinja2' ,
43- version = '2.10' ,
43+ version = '2.10.1 ' ,
4444 url = 'http://jinja.pocoo.org/' ,
4545 license = 'BSD' ,
4646 author = 'Armin Ronacher' ,
You can’t perform that action at this time.
0 commit comments