From 82ad3061566b68ef3ea01aa8b728787c832d0686 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 1 Nov 2024 09:18:41 -0700 Subject: [PATCH] release version 3.1.1 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1f2938695..3c1117d83 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.1.1 ------------- -Unreleased +Released 2024-11-01 - Fix an issue that caused ``str(Request.headers)`` to always appear empty. :issue:`2985` diff --git a/pyproject.toml b/pyproject.toml index ea3535d58..1ce88e3a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Werkzeug" -version = "3.1.1.dev" +version = "3.1.1" description = "The comprehensive WSGI web application library." readme = "README.md" license = {file = "LICENSE.txt"}