diff --git a/CHANGES.rst b/CHANGES.rst index c8ffef1..c8ac40f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,9 @@ -* Fixed Issue #331. Use ContentRange in the right way. +0.19.6 2024-05-19 +----------------- + +* Bugfix use ContentRange in the right way. See issue #331. +* Bugfix hold a strong reference to background tasks. +* Bugfix avoid ResourceWarning in DataBody.__aiter__. 0.19.5 2024-04-01 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 85c39d6..1e22852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Quart" -version = "0.19.5" +version = "0.19.6" description = "A Python ASGI web microframework with the same API as Flask" authors = ["pgjones "] classifiers = [