Skip to content

Commit 726eaa2

Browse files
committed
Release version 3.0.0
1 parent 6427542 commit 726eaa2

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
@@ -3,7 +3,7 @@
33
Version 3.0.0
44
-------------
55

6-
Unreleased
6+
Released 2023-09-30
77

88
- Remove previously deprecated code. :pr:`2768`
99
- 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 = "Werkzeug"
3-
version = "3.0.0.dev"
3+
version = "3.0.0"
44
description = "The comprehensive WSGI web application library."
55
readme = "README.rst"
66
license = {file = "LICENSE.rst"}

0 commit comments

Comments
 (0)