diff --git a/CHANGES.rst b/CHANGES.rst index 27a89e83e..de3f2b7c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.1.3 ------------- -Unreleased +Released 2024-11-08 - Initial data passed to ``MultiDict`` and similar interfaces only accepts ``list``, ``tuple``, or ``set`` when passing multiple values. It had been diff --git a/pyproject.toml b/pyproject.toml index 8d4e687eb..2d5a6cee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Werkzeug" -version = "3.1.3.dev" +version = "3.1.3" description = "The comprehensive WSGI web application library." readme = "README.md" license = {file = "LICENSE.txt"}