We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179df6b commit 737a4cdCopy full SHA for 737a4cd
CHANGES.rst
@@ -3,7 +3,7 @@
3
2.11.2
4
------
5
6
-Unreleased
+Released 2020-04-13
7
8
- Fix a bug that caused callable objects with ``__getattr__``, like
9
:class:`~unittest.mock.Mock` to be treated as a
src/jinja2/__init__.py
@@ -41,4 +41,4 @@
41
from .utils import is_undefined
42
from .utils import select_autoescape
43
44
-__version__ = "2.11.1"
+__version__ = "2.11.2"
0 commit comments