]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
release version 2.11.3 2.11.3
authorDavid Lord <davidism@gmail.com>
Sun, 31 Jan 2021 16:44:37 +0000 (08:44 -0800)
committerDavid Lord <davidism@gmail.com>
Sun, 31 Jan 2021 16:44:37 +0000 (08:44 -0800)
CHANGES.rst
src/jinja2/__init__.py

index 6dfe91258b63ec8ed8ed6a0306a12c101e95797c..511b22be63391c1d25ccf610f0f4bdb93a8ff10a 100644 (file)
@@ -3,7 +3,7 @@
 Version 2.11.3
 --------------
 
-Unreleased
+Released 2021-01-31
 
 -   Improve the speed of the ``urlize`` filter by reducing regex
     backtracking. Email matching requires a word character at the start
index 1229ba4275a0549e01dd6e7b10e1ccf17f17389f..f17866f6c4135346c4b5876f019b1a4938f2e8bc 100644 (file)
@@ -41,4 +41,4 @@ from .utils import evalcontextfunction
 from .utils import is_undefined
 from .utils import select_autoescape
 
-__version__ = "2.11.2"
+__version__ = "2.11.3"