diff --git a/CHANGES.rst b/CHANGES.rst index 40d617e..a2a4d2a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.19.3 2023-10-04 +----------------- + +* Bugfix update the default config to better match Flask. + 0.19.2 2023-10-01 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 2ca007e..5b82ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Quart" -version = "0.19.2" +version = "0.19.3" description = "A Python ASGI web microframework with the same API as Flask" authors = ["pgjones "] classifiers = [