Skip to content

Commit f43abb0

Browse files
committed
release version 0.19.9
1 parent 21e4e52 commit f43abb0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.19.9 2024-11-14
2+
-----------------
3+
4+
- Fix missing ``PROVIDE_AUTOMATIC_OPTIONS`` config for compatibility
5+
with Flask 3.1.
6+
17
0.19.8 2024-10-25
28
-----------------
39

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