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 eb33b8c commit 8728c3eCopy full SHA for 8728c3e
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.3.0
2
-------------
3
4
-Unreleased
+Released 2023-04-25
5
6
- Drop support for Python 3.7. :pr:`5072`
7
- Update minimum requirements to the latest versions: Werkzeug>=2.3.0, Jinja2>3.1.2,
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.0.dev"
+__version__ = "2.3.0"
42
43
44
def __getattr__(name):
0 commit comments