Skip to content

Commit

Permalink
release version 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 4, 2019
1 parent 218e77d commit c6a71f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
@@ -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
--------------

Expand Down
2 changes: 1 addition & 1 deletion jinja2/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit c6a71f9

Please sign in to comment.