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 9f95502 commit 3205b53Copy full SHA for 3205b53
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.3.3
2
-------------
3
4
-Unreleased
+Released 2023-08-21
5
6
- Python 3.12 compatibility.
7
- Require Werkzeug >= 2.3.7.
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.3.dev"
+__version__ = "2.3.3"
42
43
44
def __getattr__(name):
0 commit comments