We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48b529 commit 7ee33a4Copy full SHA for 7ee33a4
CHANGES.rst
@@ -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
9
0.19.3 2023-10-04
10
-----------------
11
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Quart"
-version = "0.19.3"
+version = "0.19.4"
description = "A Python ASGI web microframework with the same API as Flask"
authors = ["pgjones <[email protected]>"]
classifiers = [
0 commit comments