10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9af7c2 commit 43d2fffCopy full SHA for 43d2fff
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.2.2
2
-------------
3
4
-Unreleased
+Released 2022-08-08
5
6
- Update Werkzeug dependency to >= 2.2.2. This includes fixes related
7
to the new faster router, header parsing, and the development
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.2.dev"
+__version__ = "2.2.2"
46
47
48
def __getattr__(name):
0 commit comments