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 ac9974c commit 3c2ba3dCopy full SHA for 3c2ba3d
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 2.3.7
4
-------------
5
6
-Unreleased
+Released 2023-08-14
7
8
- Use ``flit_core`` instead of ``setuptools`` as build backend.
9
- Fix parsing of multipart bodies. :issue:`2734`
src/werkzeug/__init__.py
@@ -3,4 +3,4 @@
from .wrappers import Request as Request
from .wrappers import Response as Response
-__version__ = "2.3.7.dev"
+__version__ = "2.3.7"
0 commit comments