Skip to content

Commit 737a4cd

Browse files
committed
release version 2.11.2
1 parent 179df6b commit 737a4cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
2.11.2
44
------
55

6-
Unreleased
6+
Released 2020-04-13
77

88
- Fix a bug that caused callable objects with ``__getattr__``, like
99
:class:`~unittest.mock.Mock` to be treated as a

Diff for: src/jinja2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
from .utils import is_undefined
4242
from .utils import select_autoescape
4343

44-
__version__ = "2.11.1"
44+
__version__ = "2.11.2"

0 commit comments

Comments
 (0)