From 5eaefc3996aa5cc8c5237d8b82f1b89eed6ea624 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 25 Oct 2024 11:42:37 -0700 Subject: [PATCH] release version 3.0.6 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f709fb5cd..501e5e61f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.0.6 ------------- -Unreleased +Released 2024-10-25 - Fix how ``max_form_memory_size`` is applied when parsing large non-file fields. :ghsa:`q34m-jh98-gwm2` diff --git a/pyproject.toml b/pyproject.toml index 80187a473..e94ff598e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Werkzeug" -version = "3.0.6.dev" +version = "3.0.6" description = "The comprehensive WSGI web application library." readme = "README.md" license = {file = "LICENSE.txt"}