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 c09de73 commit b933ccbCopy full SHA for b933ccb
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.0.4
4
-------------
5
6
-Unreleased
+Released 2024-08-21
7
8
- Restore behavior where parsing `multipart/x-www-form-urlencoded` data with
9
invalid UTF-8 bytes in the body results in no form data parsed rather than a
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "Werkzeug"
-version = "3.0.4.dev"
+version = "3.0.4"
description = "The comprehensive WSGI web application library."
readme = "README.md"
license = {file = "LICENSE.txt"}
0 commit comments