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 efe39ae commit 735a470Copy full SHA for 735a470
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.0.0
2
-------------
3
4
-Unreleased
+Released 2023-09-30
5
6
- Remove previously deprecated code. :pr:`5223`
7
- Deprecate the ``__version__`` attribute. Use feature detection, or
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Flask"
-version = "3.0.0.dev"
+version = "3.0.0"
description = "A simple framework for building complex web applications."
readme = "README.rst"
license = {file = "LICENSE.rst"}
0 commit comments