Skip to content

Commit 735a470

Browse files
committed
Release version 3.0.0
1 parent efe39ae commit 735a470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.0.0
22
-------------
33

4-
Unreleased
4+
Released 2023-09-30
55

66
- Remove previously deprecated code. :pr:`5223`
77
- Deprecate the ``__version__`` attribute. Use feature detection, or

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask"
3-
version = "3.0.0.dev"
3+
version = "3.0.0"
44
description = "A simple framework for building complex web applications."
55
readme = "README.rst"
66
license = {file = "LICENSE.rst"}

0 commit comments

Comments
 (0)