diff --git a/CHANGES.rst b/CHANGES.rst index d4eb01e99..ef83f2905 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.0.0 ------------- -Unreleased +Released 2023-09-30 - Remove previously deprecated code. :pr:`2768` - Deprecate the ``__version__`` attribute. Use feature detection, or diff --git a/pyproject.toml b/pyproject.toml index e97c04830..ec69c2015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] 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"}