Skip to content

Commit 74e0329

Browse files
committed
release version 2.2.4
1 parent 2d46068 commit 74e0329

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.4
22
-------------
33

4-
Unreleased
4+
Released 2023-04-25
55

66
- Update for compatibility with Werkzeug 2.3.
77

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.3"
45+
__version__ = "2.2.4"
4646

4747

4848
def __getattr__(name):

0 commit comments

Comments
 (0)