Skip to content

Commit 47af817

Browse files
committed
release version 2.2.5
1 parent afd63b1 commit 47af817

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

4-
Unreleased
4+
Released 2023-05-02
55

66
- Update for compatibility with Werkzeug 2.3.3.
77
- Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed.

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.5.dev"
45+
__version__ = "2.2.5"
4646

4747

4848
def __getattr__(name):

0 commit comments

Comments
 (0)