Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Sep 30, 2023
1 parent 6427542 commit aa5088f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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"}
Expand Down

0 comments on commit aa5088f

Please sign in to comment.