diff --git a/CHANGES.rst b/CHANGES.rst index 2e408af14..71527e85a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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` diff --git a/src/werkzeug/__init__.py b/src/werkzeug/__init__.py index c68338223..c20ac29bc 100644 --- a/src/werkzeug/__init__.py +++ b/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"