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 fec7bb0 commit b0676aaCopy full SHA for b0676aa
2 files changed
CHANGES.rst
@@ -1,3 +1,9 @@
1
+0.18.3 2022-10-08
2
+-----------------
3
+
4
+* Bugfix signal handling on Windows.
5
+* Bugfix add missing globals to Flask-Patch.
6
7
0.18.2 2022-10-04
8
-----------------
9
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Quart"
-version = "0.18.2"
+version = "0.18.3"
description = "A Python ASGI web microframework with the same API as Flask"
authors = ["pgjones <philip.graham.jones@googlemail.com>"]
classifiers = [
0 commit comments