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 c990bba commit f3b8f57Copy full SHA for f3b8f57
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.3.2
2
-------------
3
4
-Unreleased
+Released 2022-05-01
5
6
- Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed.
7
- Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.
src/flask/__init__.py
@@ -38,7 +38,7 @@
38
from .templating import stream_template as stream_template
39
from .templating import stream_template_string as stream_template_string
40
41
-__version__ = "2.3.2.dev"
+__version__ = "2.3.2"
42
43
44
def __getattr__(name):
0 commit comments