We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606148f commit 136f156Copy full SHA for 136f156
2 files changed
CHANGES.rst
@@ -1,3 +1,8 @@
1
+0.18.2 2022-10-04
2
+-----------------
3
+
4
+* Bugfix use add_signal_handler not signal.signal.
5
6
0.18.1 2022-10-03
7
-----------------
8
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Quart"
-version = "0.18.1"
+version = "0.18.2"
description = "A Python ASGI web microframework with the same API as Flask"
authors = ["pgjones <philip.graham.jones@googlemail.com>"]
classifiers = [
0 commit comments