diff --git a/CHANGES.rst b/CHANGES.rst index 6dfe91258..511b22be6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/src/jinja2/__init__.py b/src/jinja2/__init__.py index 1229ba427..f17866f6c 100644 --- a/src/jinja2/__init__.py +++ b/src/jinja2/__init__.py @@ -41,4 +41,4 @@ from .utils import is_undefined from .utils import select_autoescape -__version__ = "2.11.2" +__version__ = "2.11.3"