]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
release version 2.10.3 2.10.3
authorDavid Lord <davidism@gmail.com>
Fri, 4 Oct 2019 18:50:02 +0000 (11:50 -0700)
committerDavid Lord <davidism@gmail.com>
Fri, 4 Oct 2019 18:50:02 +0000 (11:50 -0700)
CHANGES.rst
jinja2/__init__.py

index cb4d9d3941df772208e12ab7c01b15bc0db29028..1df6bfedabc800baa804eed0afefadbd979d9d7a 100644 (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
 --------------
 
index 2b8d0661ed145baac8534976eb1292a2035a89e0..0eaf72149965d12be441f011c2e76c047a47adef 100644 (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