We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3db5f4 + d80ffb4 commit 7f66a58Copy full SHA for 7f66a58
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.1.1
4
-------------
5
6
-Unreleased
+Released 2022-03-25
7
8
- The template filename on Windows uses the primary path separator.
9
:issue:`1637`
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.1.dev0"
+__version__ = "3.1.1"
0 commit comments