Skip to content

Commit 6ccef70

Browse files
authored
release version 0.19.9 (#381)
2 parents a22fd3d + f43abb0 commit 6ccef70

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/publish.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
id-token: write
6161
steps:
6262
- uses: actions/download-artifact@v4
63-
# Try uploading to Test PyPI first, in case something fails.
64-
- uses: pypa/gh-action-pypi-publish@release/v1
65-
with:
66-
repository-url: https://test.pypi.org/legacy/
67-
packages-dir: artifact/
6863
- uses: pypa/gh-action-pypi-publish@release/v1
6964
with:
7065
packages-dir: artifact/

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)