]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
release version 2.11.2 2.11.2
authorDavid Lord <davidism@gmail.com>
Mon, 13 Apr 2020 16:12:19 +0000 (09:12 -0700)
committerDavid Lord <davidism@gmail.com>
Mon, 13 Apr 2020 16:12:19 +0000 (09:12 -0700)
CHANGES.rst
src/jinja2/__init__.py

index 495f693e479c6468f0f6533d3e1a7096d36dbe71..65e933ed995636367b22f66bd947c9fabe2ca6f1 100644 (file)
@@ -3,7 +3,7 @@
 2.11.2
 ------
 
-Unreleased
+Released 2020-04-13
 
 -   Fix a bug that caused callable objects with ``__getattr__``, like
     :class:`~unittest.mock.Mock` to be treated as a
index 7f4a1c55a837b59ed8d9c1f666da85c020e7d67c..1229ba4275a0549e01dd6e7b10e1ccf17f17389f 100644 (file)
@@ -41,4 +41,4 @@ from .utils import evalcontextfunction
 from .utils import is_undefined
 from .utils import select_autoescape
 
-__version__ = "2.11.1"
+__version__ = "2.11.2"