We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517cac5 commit 22a254fCopy full SHA for 22a254f
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.2.3
4
-------------
5
6
-Unreleased
+Released 2023-02-14
7
8
- Ensure that URL rules using path converters will redirect with strict slashes when
9
the trailing slash is missing. :issue:`2533`
src/werkzeug/__init__.py
@@ -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 commit comments