Release version 3.0.0
This commit is contained in:
parent
efe39ae5c4
commit
735a4701d6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Version 3.0.0
|
Version 3.0.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Unreleased
|
Released 2023-09-30
|
||||||
|
|
||||||
- Remove previously deprecated code. :pr:`5223`
|
- Remove previously deprecated code. :pr:`5223`
|
||||||
- Deprecate the ``__version__`` attribute. Use feature detection, or
|
- Deprecate the ``__version__`` attribute. Use feature detection, or
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "Flask"
|
name = "Flask"
|
||||||
version = "3.0.0.dev"
|
version = "3.0.0"
|
||||||
description = "A simple framework for building complex web applications."
|
description = "A simple framework for building complex web applications."
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
license = {file = "LICENSE.rst"}
|
license = {file = "LICENSE.rst"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue