diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce91839ad..bf4eb838d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.209.1" + ".": "0.209.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f93854e49..04fcc10eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.209.2 (2025-03-17) + +Full Changelog: [v0.209.1...v0.209.2](https://github.com/Increase/increase-python/compare/v0.209.1...v0.209.2) + +### Bug Fixes + +* **ci:** remove publishing patch ([#1041](https://github.com/Increase/increase-python/issues/1041)) ([68a3dde](https://github.com/Increase/increase-python/commit/68a3dde737a60dc5586194c06673f10955515398)) + ## 0.209.1 (2025-03-17) Full Changelog: [v0.209.0...v0.209.1](https://github.com/Increase/increase-python/compare/v0.209.0...v0.209.1) diff --git a/bin/publish-pypi b/bin/publish-pypi index ebebf9165..826054e92 100644 --- a/bin/publish-pypi +++ b/bin/publish-pypi @@ -3,8 +3,4 @@ set -eux mkdir -p dist rye build --clean -# Patching importlib-metadata version until upstream library version is updated -# https://github.com/pypa/twine/issues/977#issuecomment-2189800841 -"$HOME/.rye/self/bin/python3" -m ensurepip -"$HOME/.rye/self/bin/python3" -m pip install 'importlib-metadata==7.2.1' rye publish --yes --token=$PYPI_TOKEN diff --git a/pyproject.toml b/pyproject.toml index ff9e9212f..62e61236f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.209.1" +version = "0.209.2" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" @@ -86,7 +86,7 @@ typecheck = { chain = [ "typecheck:mypy" = "mypy ." [build-system] -requires = ["hatchling", "hatch-fancy-pypi-readme"] +requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" [tool.hatch.build] diff --git a/src/increase/_version.py b/src/increase/_version.py index cf08108ff..77503f6c4 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.209.1" # x-release-please-version +__version__ = "0.209.2" # x-release-please-version