Release version 3.0.0

This commit is contained in:
pgjones 2023-09-16 16:01:21 +01:00
parent efe39ae5c4
commit 735a4701d6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"}