We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ede0f98 + 7b0c47f commit 84c0e2cCopy full SHA for 84c0e2c
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.1.0
4
-------------
5
6
-Unreleased
+Released 2022-03-24
7
8
- Drop support for Python 3.6. :pr:`1534`
9
- Remove previously deprecated code. :pr:`1544`
src/jinja2/__init__.py
@@ -34,4 +34,4 @@
34
from .utils import pass_eval_context as pass_eval_context
35
from .utils import select_autoescape as select_autoescape
36
37
-__version__ = "3.1.0.dev0"
+__version__ = "3.1.0"
0 commit comments