Skip to content

Commit

Permalink
release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 6, 2019
1 parent a2a6c93 commit c4c4088
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down
2 changes: 1 addition & 1 deletion jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

setup(
name='Jinja2',
version='2.10',
version='2.10.1',
url='http://jinja.pocoo.org/',
license='BSD',
author='Armin Ronacher',
Expand Down

0 comments on commit c4c4088

Please sign in to comment.