From 82a433f1c6215815035deb4adc99b2894b5e455d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 21:46:09 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/resources/check_transfers.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index f0529b710..c8c782764 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 202 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4d843be8e5d44f9d79115d585ffdcda4b4d86a5f515fb00e547ba085156f44bb.yml -openapi_spec_hash: f5473cf6107b72c78bc87ecbc421dc5e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c88cd4c32889125cd4b50b7d6c53436b4bf61f3f1fa4acbb7494e778aa891f40.yml +openapi_spec_hash: d381528847ebbd39bbf825f9fe678925 config_hash: a185e9a72778cc4658ea73fb3a7f1354 diff --git a/src/increase/resources/check_transfers.py b/src/increase/resources/check_transfers.py index b0ed24cc7..5b16ab167 100644 --- a/src/increase/resources/check_transfers.py +++ b/src/increase/resources/check_transfers.py @@ -326,7 +326,7 @@ def stop_payment( idempotency_key: str | None = None, ) -> CheckTransfer: """ - Request a stop payment on a Check Transfer + Stop payment on a Check Transfer Args: check_transfer_id: The identifier of the Check Transfer. @@ -665,7 +665,7 @@ async def stop_payment( idempotency_key: str | None = None, ) -> CheckTransfer: """ - Request a stop payment on a Check Transfer + Stop payment on a Check Transfer Args: check_transfer_id: The identifier of the Check Transfer. From 9766a70ac6d5c02033de2c2c3c962637e3d5ee4c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 21:46:39 +0000 Subject: [PATCH 2/2] release: 0.271.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9114bb1ed..a5928db68 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.270.0" + ".": "0.271.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7420ce0..1aa6df471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.271.0 (2025-07-23) + +Full Changelog: [v0.270.0...v0.271.0](https://github.com/Increase/increase-python/compare/v0.270.0...v0.271.0) + +### Features + +* **api:** api update ([82a433f](https://github.com/Increase/increase-python/commit/82a433f1c6215815035deb4adc99b2894b5e455d)) + ## 0.270.0 (2025-07-22) Full Changelog: [v0.269.0...v0.270.0](https://github.com/Increase/increase-python/compare/v0.269.0...v0.270.0) diff --git a/pyproject.toml b/pyproject.toml index e466f44a9..7dfa5156f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.270.0" +version = "0.271.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index b54cf92e2..4ea8201c8 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.270.0" # x-release-please-version +__version__ = "0.271.0" # x-release-please-version