We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6427542 commit 726eaa2Copy full SHA for 726eaa2
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.0.0
4
-------------
5
6
-Unreleased
+Released 2023-09-30
7
8
- Remove previously deprecated code. :pr:`2768`
9
- Deprecate the ``__version__`` attribute. Use feature detection, or
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "Werkzeug"
-version = "3.0.0.dev"
+version = "3.0.0"
description = "The comprehensive WSGI web application library."
readme = "README.rst"
license = {file = "LICENSE.rst"}
0 commit comments