From: David Lord Date: Thu, 30 Jan 2020 18:05:29 +0000 (-0800) Subject: release version 2.11.1 X-Git-Tag: 2.11.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85283e8464d56ef129fe8969f9abbb77be31be0;p=thirdparty%2Fjinja.git release version 2.11.1 --- diff --git a/CHANGES.rst b/CHANGES.rst index 9ec8a3a4..51f49845 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 2.11.1 -------------- -Unreleased +Released 2020-01-30 - Fix a bug that prevented looking up a key after an attribute (``{{ data.items[1:] }}``) in an async template. :issue:`1141` diff --git a/src/jinja2/__init__.py b/src/jinja2/__init__.py index 7233387d..7f4a1c55 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.0" +__version__ = "2.11.1"