mirror of https://github.com/pallets/flask.git
Release version 3.0.0
This commit is contained in:
parent
3252f2bc54
commit
14232513fd
|
|
@ -1,7 +1,7 @@
|
|||
Version 3.0.0
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
Released 2023-09-30
|
||||
|
||||
- Remove previously deprecated code. :pr:`5223`
|
||||
- Deprecate the ``__version__`` attribute. Use feature detection, or
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue