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 2767bcb commit 5eaefc3Copy full SHA for 5eaefc3
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.0.6
4
-------------
5
6
-Unreleased
+Released 2024-10-25
7
8
- Fix how ``max_form_memory_size`` is applied when parsing large non-file
9
fields. :ghsa:`q34m-jh98-gwm2`
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
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"}
0 commit comments