diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 188841d6..8c231268 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -20,6 +20,7 @@ jobs: run: | curl -sSf https://rye.astral.sh/get | bash echo "$HOME/.rye/shims" >> $GITHUB_PATH + /home/runner/.rye/self/bin/python3 -m ensurepip --default-pip env: RYE_VERSION: '0.44.0' RYE_INSTALL_OPTION: '--yes' diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e76abb5..4808d97d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "5.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f4057f..2f9637cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.1.0 (2025-03-15) + +Full Changelog: [v5.0.0...v5.1.0](https://github.com/DataMini/asktable-python/compare/v5.0.0...v5.1.0) + +### Features + +* Update publish-pypi.yml ([dd3bc4d](https://github.com/DataMini/asktable-python/commit/dd3bc4d77fdb5f8d2ff6fcedf80d6070c775c800)) + ## 5.0.0 (2025-03-15) Full Changelog: [v4.7.0...v5.0.0](https://github.com/DataMini/asktable-python/compare/v4.7.0...v5.0.0) diff --git a/pyproject.toml b/pyproject.toml index 3d28da26..f8e6e3a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asktable" -version = "5.0.0" +version = "5.1.0" description = "The official Python library for the Asktable API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/asktable/_version.py b/src/asktable/_version.py index cb3aca18..798a614b 100644 --- a/src/asktable/_version.py +++ b/src/asktable/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "asktable" -__version__ = "5.0.0" # x-release-please-version +__version__ = "5.1.0" # x-release-please-version