Skip to content

Commit 2fc6d4f

Browse files
committed
Bump and release 0.19.6
1 parent f58d3c8 commit 2fc6d4f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
* Fixed Issue #331. Use ContentRange in the right way.
1+
0.19.6 2024-05-19
2+
-----------------
3+
4+
* Bugfix use ContentRange in the right way. See issue #331.
5+
* Bugfix hold a strong reference to background tasks.
6+
* Bugfix avoid ResourceWarning in DataBody.__aiter__.
27

38
0.19.5 2024-04-01
49
-----------------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Quart"
3-
version = "0.19.5"
3+
version = "0.19.6"
44
description = "A Python ASGI web microframework with the same API as Flask"
55
authors = ["pgjones <[email protected]>"]
66
classifiers = [

0 commit comments

Comments
 (0)