Skip to content

Commit 3205b53

Browse files
committed
release version 2.3.3
1 parent 9f95502 commit 3205b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.3.3
22
-------------
33

4-
Unreleased
4+
Released 2023-08-21
55

66
- Python 3.12 compatibility.
77
- Require Werkzeug >= 2.3.7.

src/flask/__init__.py

Lines changed: 1 addition & 1 deletion
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.3.dev"
41+
__version__ = "2.3.3"
4242

4343

4444
def __getattr__(name):

0 commit comments

Comments
 (0)