From 0c91e8e5cd35eb0b8629672627decd528f1f2bbf Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 25 Oct 2024 11:46:32 -0700 Subject: [PATCH] release version 0.19.7 --- CHANGES.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 282b360..eda53f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -0.19.7 ------- +0.19.7 2024-10-25 +----------------- * Security Fix how ``max_form_memory_size`` is applied when parsing large non-file fields. https://github.com/advisories/GHSA-q34m-jh98-gwm2 diff --git a/pyproject.toml b/pyproject.toml index 9d71aca..4bb1471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Quart" -version = "0.19.7.dev" +version = "0.19.7" description = "A Python ASGI web microframework with the same API as Flask" authors = ["pgjones "] classifiers = [