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 = [