diff --git a/CHANGES.rst b/CHANGES.rst index d93d3fe39..9c58019c2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.0.3 ------------- -Unreleased +Released 2021-11-09 - Fix traceback rewriting internals for Python 3.10 and 3.11. :issue:`1535` diff --git a/src/jinja2/__init__.py b/src/jinja2/__init__.py index d9d23fce8..9dcd901a5 100644 --- a/src/jinja2/__init__.py +++ b/src/jinja2/__init__.py @@ -42,4 +42,4 @@ from .utils import pass_eval_context as pass_eval_context from .utils import select_autoescape as select_autoescape -__version__ = "3.0.2" +__version__ = "3.0.3"