We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7859c6 + 134aebe commit 187d717Copy full SHA for 187d717
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.1.3
4
-------------
5
6
-Unreleased
+Released 2022-07-13
7
8
- Inline some optional imports that are only used for certain CLI
9
commands. :pr:`4606`
src/flask/__init__.py
@@ -42,4 +42,4 @@
42
from .templating import render_template as render_template
43
from .templating import render_template_string as render_template_string
44
45
-__version__ = "2.1.3.dev0"
+__version__ = "2.1.3"
0 commit comments