diff --git a/CHANGES.rst b/CHANGES.rst index 495f693e4..65e933ed9 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 7f4a1c55a..1229ba427 100644 --- a/src/jinja2/__init__.py +++ b/src/jinja2/__init__.py @@ -41,4 +41,4 @@ from .utils import is_undefined from .utils import select_autoescape -__version__ = "2.11.1" +__version__ = "2.11.2"