Skip to content

Commit

Permalink
release version 0.19.9 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Nov 14, 2024
2 parents a22fd3d + f43abb0 commit 6ccef70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v4
# Try uploading to Test PyPI first, in case something fails.
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: artifact/
- uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: artifact/
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.19.9 2024-11-14
-----------------

- Fix missing ``PROVIDE_AUTOMATIC_OPTIONS`` config for compatibility
with Flask 3.1.

0.19.8 2024-10-25
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Quart"
version = "0.19.8"
version = "0.19.9"
description = "A Python ASGI web microframework with the same API as Flask"
authors = ["pgjones <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit 6ccef70

Please sign in to comment.