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 564835a commit df655e6Copy full SHA for df655e6
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.1.0
4
-------------
5
6
-Unreleased
+Released 2024-10-31
7
8
- Drop support for Python 3.8. :pr:`2966`
9
- Remove previously deprecated code. :pr:`2967`
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "Werkzeug"
-version = "3.1.0.dev"
+version = "3.1.0"
description = "The comprehensive WSGI web application library."
readme = "README.md"
license = {file = "LICENSE.txt"}
0 commit comments