Skip to content

Commit f3b8f57

Browse files
committed
release version 2.3.2
1 parent c990bba commit f3b8f57

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

4-
Unreleased
4+
Released 2022-05-01
55

66
- Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed.
77
- Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.

src/flask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from .templating import stream_template as stream_template
3939
from .templating import stream_template_string as stream_template_string
4040

41-
__version__ = "2.3.2.dev"
41+
__version__ = "2.3.2"
4242

4343

4444
def __getattr__(name):

0 commit comments

Comments
 (0)