There was an error while loading. Please reload this page.
1 parent 3d5bfc6 commit b85283eCopy full SHA for b85283e
2 files changed
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.11.1
4
--------------
5
6
-Unreleased
+Released 2020-01-30
7
8
- Fix a bug that prevented looking up a key after an attribute
9
(``{{ data.items[1:] }}``) in an async template. :issue:`1141`
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.0"
+__version__ = "2.11.1"
0 commit comments