Skip to content

Commit

Permalink
Bump and release 0.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed May 19, 2024
1 parent f58d3c8 commit 2fc6d4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit 2fc6d4f

Please sign in to comment.