summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst2
-rw-r--r--src/jinja2/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 495f693..65e933e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -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
diff --git a/src/jinja2/__init__.py b/src/jinja2/__init__.py
index 7f4a1c5..1229ba4 100644
--- a/src/jinja2/__init__.py
+++ b/src/jinja2/__init__.py
@@ -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"