We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad703fd commit d70dceaCopy full SHA for d70dcea
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.0.2
4
-------------
5
6
-Unreleased
+Released 2024-04-01
7
8
- Ensure setting merge_slashes to False results in NotFound for
9
repeated-slash requests against single slash routes. :issue:`2834`
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "Werkzeug"
-version = "3.0.1"
+version = "3.0.2"
description = "The comprehensive WSGI web application library."
readme = "README.rst"
license = {file = "LICENSE.rst"}
0 commit comments