diff --git a/CHANGES.rst b/CHANGES.rst index b2f2a08f6..fda41a89c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.0.2 ------------- -Unreleased +Released 2024-04-01 - Ensure setting merge_slashes to False results in NotFound for repeated-slash requests against single slash routes. :issue:`2834` diff --git a/pyproject.toml b/pyproject.toml index 161b4bc60..6b3509a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Werkzeug" -version = "3.0.1" +version = "3.0.2" description = "The comprehensive WSGI web application library." readme = "README.rst" license = {file = "LICENSE.rst"}