===============
+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
------------
: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
setup(
name='Jinja2',
- version='2.10',
+ version='2.10.1',
url='http://jinja.pocoo.org/',
license='BSD',
author='Armin Ronacher',