diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 09b1196..c12a463 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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/ diff --git a/CHANGES.rst b/CHANGES.rst index 3b98134..8c3313f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 415afa2..86e33cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] classifiers = [