From d4fec2a035a82bd068e1bc83690197d4696ed322 Mon Sep 17 00:00:00 2001 From: pgjones Date: Sun, 1 Oct 2023 17:41:48 +0100 Subject: [PATCH] Bump and release 0.19.2 --- CHANGES.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8f55c4d..40d617e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +0.19.2 2023-10-01 +----------------- + +* Bugfix restore the app {after, before}_websocket methods. +* Bugfix correctly set the cli Group in Quart. + 0.19.1 2023-09-30 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 0cb76a8..2ca007e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Quart" -version = "0.19.1" +version = "0.19.2" description = "A Python ASGI web microframework with the same API as Flask" authors = ["pgjones "] classifiers = [