]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
release version 2.11.1 2.11.1
authorDavid Lord <davidism@gmail.com>
Thu, 30 Jan 2020 18:05:29 +0000 (10:05 -0800)
committerDavid Lord <davidism@gmail.com>
Thu, 30 Jan 2020 18:05:29 +0000 (10:05 -0800)
CHANGES.rst
src/jinja2/__init__.py

index 9ec8a3a4ad8c89482581cdb2bc391fd5a45fd63f..51f49845c21fe39f64d9774182b988ba02fabfda 100644 (file)
@@ -3,7 +3,7 @@
 Version 2.11.1
 --------------
 
-Unreleased
+Released 2020-01-30
 
 -   Fix a bug that prevented looking up a key after an attribute
     (``{{ data.items[1:] }}``) in an async template. :issue:`1141`
index 7233387d4cf3bdb3f90dd01b59666335dfd1b31a..7f4a1c55a837b59ed8d9c1f666da85c020e7d67c 100644 (file)
@@ -41,4 +41,4 @@ from .utils import evalcontextfunction
 from .utils import is_undefined
 from .utils import select_autoescape
 
-__version__ = "2.11.0"
+__version__ = "2.11.1"