Skip to content

Commit cf21539

Browse files
committed
release version 2.11.3
1 parent 15ef8f0 commit cf21539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

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

6-
Unreleased
6+
Released 2021-01-31
77

88
- Improve the speed of the ``urlize`` filter by reducing regex
99
backtracking. Email matching requires a word character at the start

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.2"
44+
__version__ = "2.11.3"

0 commit comments

Comments
 (0)