We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 199b6d5 + ce1a539 commit 2a48dd8Copy full SHA for 2a48dd8
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.0.3
4
-------------
5
6
-Unreleased
+Released 2021-11-09
7
8
- Fix traceback rewriting internals for Python 3.10 and 3.11.
9
:issue:`1535`
src/jinja2/__init__.py
@@ -42,4 +42,4 @@
42
from .utils import pass_eval_context as pass_eval_context
43
from .utils import select_autoescape as select_autoescape
44
45
-__version__ = "3.0.2"
+__version__ = "3.0.3"
0 commit comments