Skip to content

Commit 8728c3e

Browse files
committedApr 25, 2023
release version 2.3.0
1 parent eb33b8c commit 8728c3e

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

4-
Unreleased
4+
Released 2023-04-25
55

66
- Drop support for Python 3.7. :pr:`5072`
77
- Update minimum requirements to the latest versions: Werkzeug>=2.3.0, Jinja2>3.1.2,

‎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.0.dev"
41+
__version__ = "2.3.0"
4242

4343

4444
def __getattr__(name):

0 commit comments

Comments
 (0)