From f43abb0aaa1c239759a9233d0ed0640011de9cc8 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 14 Nov 2024 08:39:55 -0800 Subject: [PATCH] release version 0.19.9 --- CHANGES.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3b98134..8c3313f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +0.19.9 2024-11-14 +----------------- + +- Fix missing ``PROVIDE_AUTOMATIC_OPTIONS`` config for compatibility + with Flask 3.1. + 0.19.8 2024-10-25 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 0e06583..2cbe19c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Quart" -version = "0.19.8" +version = "0.19.9" description = "A Python ASGI web microframework with the same API as Flask" authors = ["pgjones "] classifiers = [