Skip to content

Commit 7ee33a4

Browse files
committed
Bump and release 0.19.4
1 parent a48b529 commit 7ee33a4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.19.4 2023-11-19
2+
-----------------
3+
4+
* Bugfix program not closing on Ctrl+C in Windows.
5+
* Bugfix the typing for AfterWebsocket functions.
6+
* Improve the typing of the ensure_async method.
7+
* Add a shutdown event to the app.
8+
19
0.19.3 2023-10-04
210
-----------------
311

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.3"
3+
version = "0.19.4"
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)