Skip to content

Commit

Permalink
release version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 14, 2023
1 parent 517cac5 commit 22a254f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 2.2.3
-------------

Unreleased
Released 2023-02-14

- Ensure that URL rules using path converters will redirect with strict slashes when
the trailing slash is missing. :issue:`2533`
Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .wrappers import Request as Request
from .wrappers import Response as Response

__version__ = "2.2.3.dev"
__version__ = "2.2.3"

0 comments on commit 22a254f

Please sign in to comment.