We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0bb10b + 7b28a90 commit 50374e3Copy full SHA for 50374e3
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.1.2
4
-------------
5
6
-Unreleased
+Released 2022-04-28
7
8
- Fix type annotation for ``json.loads``, it accepts str or bytes.
9
:issue:`4519`
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.2.dev0"
+__version__ = "2.1.2"
0 commit comments