We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ef8f0 commit cf21539Copy full SHA for cf21539
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.11.3
4
--------------
5
6
-Unreleased
+Released 2021-01-31
7
8
- Improve the speed of the ``urlize`` filter by reducing regex
9
backtracking. Email matching requires a word character at the start
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.2"
+__version__ = "2.11.3"
0 commit comments