From 9caf72ac060181a3171d91fd12279e071df430ca Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 24 Oct 2024 17:43:39 -0700 Subject: [PATCH] release version 3.0.5 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5350589b2..20d400e52 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 3.0.5 ------------- -Unreleased +Released 2024-10-24 - The Watchdog reloader ignores file closed no write events. :issue:`2945` - Logging works with client addresses containing an IPv6 scope :issue:`2952` diff --git a/pyproject.toml b/pyproject.toml index 8d5aaebd2..4513ad18e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Werkzeug" -version = "3.0.5.dev" +version = "3.0.5" description = "The comprehensive WSGI web application library." readme = "README.md" license = {file = "LICENSE.txt"}