release version 2.10.3

This commit is contained in:
David Lord 2019-10-04 11:50:02 -07:00
parent 218e77d77d
commit c6a71f9545
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
.. currentmodule:: jinja2
Version 2.10.3
--------------
Released 2019-10-24
- Fix a typo in Babel entry point in ``setup.py`` that was preventing
installation.
Version 2.10.2
--------------

View File

@ -27,7 +27,7 @@
:license: BSD, see LICENSE for more details.
"""
__docformat__ = 'restructuredtext en'
__version__ = "2.10.2"
__version__ = "2.10.3"
# high level interface
from jinja2.environment import Environment, Template