We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77674b9 + 4d23bfb commit 3b3e16fCopy full SHA for 3b3e16f
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.0.1
4
-------------
5
6
-Unreleased
+Released 2021-05-18
7
8
- Update MarkupSafe dependency to >= 2.0. :pr:`1418`
9
- Mark top-level names as exported so type checking understands
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.1.dev0"
+__version__ = "3.0.1"
0 commit comments