Skip to content

Commit a1c478b

Browse files
authored
Merge pull request #4755 from pallets/release-2.2.2
release version 2.2.2
2 parents e9af7c2 + 43d2fff commit a1c478b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.2.2
22
-------------
33

4-
Unreleased
4+
Released 2022-08-08
55

66
- Update Werkzeug dependency to >= 2.2.2. This includes fixes related
77
to the new faster router, header parsing, and the development

src/flask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from .templating import stream_template as stream_template
4343
from .templating import stream_template_string as stream_template_string
4444

45-
__version__ = "2.2.2.dev"
45+
__version__ = "2.2.2"
4646

4747

4848
def __getattr__(name):

0 commit comments

Comments
 (0)