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.
2 parents 1803db6 + 4764684 commit 4fd7073Copy full SHA for 4fd7073
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.1.2
4
-------------
5
6
-Unreleased
+Released 2024-11-04
7
8
- Improve type annotation for ``TypeConversionDict.get`` to allow the ``type``
9
parameter to be a callable. :issue:`2988`
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "Werkzeug"
-version = "3.1.2.dev"
+version = "3.1.2"
description = "The comprehensive WSGI web application library."
readme = "README.md"
license = {file = "LICENSE.txt"}
0 commit comments