Skip to content

Commit b933ccb

Browse files
committed
release version 3.0.4
1 parent c09de73 commit b933ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 3.0.4
44
-------------
55

6-
Unreleased
6+
Released 2024-08-21
77

88
- Restore behavior where parsing `multipart/x-www-form-urlencoded` data with
99
invalid UTF-8 bytes in the body results in no form data parsed rather than a

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Werkzeug"
3-
version = "3.0.4.dev"
3+
version = "3.0.4"
44
description = "The comprehensive WSGI web application library."
55
readme = "README.md"
66
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)