From b933ccb1f5eaf378d15ae88488bf993600fdca43 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 21 Aug 2024 12:35:55 -0700 Subject: [PATCH] release version 3.0.4 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a7a312d47..7bd3435e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.0.4 ------------- -Unreleased +Released 2024-08-21 - Restore behavior where parsing `multipart/x-www-form-urlencoded` data with invalid UTF-8 bytes in the body results in no form data parsed rather than a diff --git a/pyproject.toml b/pyproject.toml index 1f194748c..9f7accafe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] 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"}