Skip to content

Commit 22a254f

Browse files
committed
release version 2.2.3
1 parent 517cac5 commit 22a254f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 2.2.3
44
-------------
55

6-
Unreleased
6+
Released 2023-02-14
77

88
- Ensure that URL rules using path converters will redirect with strict slashes when
99
the trailing slash is missing. :issue:`2533`

src/werkzeug/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .wrappers import Request as Request
44
from .wrappers import Response as Response
55

6-
__version__ = "2.2.3.dev"
6+
__version__ = "2.2.3"

0 commit comments

Comments
 (0)