From a7c3afeb87be45fa3d274b1d6311afb0d03dc81e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:58:36 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/transaction.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index ee49d1d7a..3ae82a1b8 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 216 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-9248672744e41beeace115acdb3650f03f65b90ed9ff1a6aafbab4adb089e36a.yml -openapi_spec_hash: c64ff311199f2f8d045ed0f9a4307ddc +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5ecfd5d7d11e1ed73e093008b8ec107f9c1d0d455f660badf74e0a12d98805ed.yml +openapi_spec_hash: ec6f6ea0766c1c56085f9032da2a9e24 config_hash: 632b628b59d8f0b717153b3d8133f6cb diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index fc6a226b9..1cbc7e0ff 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -2302,7 +2302,7 @@ class Source(BaseModel): """An Account Revenue Payment object. This field will be present in the JSON response if and only if `category` is - equal to `account_revenue_payment`. A Account Revenue Payment represents a + equal to `account_revenue_payment`. An Account Revenue Payment represents a payment made to an account from the bank. Account revenue is a type of non-interest income. """ From c25c173070e50abf91b6c5b355c7342d81fc164e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:59:01 +0000 Subject: [PATCH 2/2] release: 0.307.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 a694817d6..e6a02ed0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.306.0" + ".": "0.307.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c44cc8c..b03c76358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.307.0 (2025-08-28) + +Full Changelog: [v0.306.0...v0.307.0](https://github.com/Increase/increase-python/compare/v0.306.0...v0.307.0) + +### Features + +* **api:** api update ([a7c3afe](https://github.com/Increase/increase-python/commit/a7c3afeb87be45fa3d274b1d6311afb0d03dc81e)) + ## 0.306.0 (2025-08-28) Full Changelog: [v0.305.0...v0.306.0](https://github.com/Increase/increase-python/compare/v0.305.0...v0.306.0) diff --git a/pyproject.toml b/pyproject.toml index 7989fcadc..0af2b3316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.306.0" +version = "0.307.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 67f467515..7a7eb9c72 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.306.0" # x-release-please-version +__version__ = "0.307.0" # x-release-please-version