We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d87b22 + 52c54b2 commit 85f79e1Copy full SHA for 85f79e1
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.2.1
2
-------------
3
4
-Unreleased
+Released 2022-08-03
5
6
- Setting or accessing ``json_encoder`` or ``json_decoder`` raises a
7
deprecation warning. :issue:`4732`
src/flask/__init__.py
@@ -42,7 +42,7 @@
42
from .templating import stream_template as stream_template
43
from .templating import stream_template_string as stream_template_string
44
45
-__version__ = "2.2.1.dev"
+__version__ = "2.2.1"
46
47
48
def __getattr__(name):
0 commit comments