Release version 3.0.0

This commit is contained in:
pgjones 2023-09-16 16:01:21 +01:00 committed by Phil Jones
parent 3252f2bc54
commit 14232513fd
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"}