diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb22e464d..1f7dbf48e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.363.0" + ".": "0.364.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index c0b1861c7..381812862 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 220 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-77bf980f154392e3f2070aa38e38d8927ba8cff23d81bb6e5733fdd52a4e67b5.yml -openapi_spec_hash: 18a92821c3e77f158295ca50b4aa33b0 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-569770c31254c7f2a732392f0a960ab529ea93d792991d0ad4b77ddb03cef90b.yml +openapi_spec_hash: ad8426915b3eb92c26351e2d87a6d891 config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f1d1c02..e0c519054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.364.0 (2025-10-23) + +Full Changelog: [v0.363.0...v0.364.0](https://github.com/Increase/increase-python/compare/v0.363.0...v0.364.0) + +### Features + +* **api:** api update ([975c77e](https://github.com/Increase/increase-python/commit/975c77e957c1c229ab74dabd3fea53910f310621)) + ## 0.363.0 (2025-10-22) Full Changelog: [v0.362.0...v0.363.0](https://github.com/Increase/increase-python/compare/v0.362.0...v0.363.0) diff --git a/pyproject.toml b/pyproject.toml index 7602ea7ef..b024c6735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.363.0" +version = "0.364.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 32bd81220..7e9f5de9b 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.363.0" # x-release-please-version +__version__ = "0.364.0" # x-release-please-version diff --git a/src/increase/types/check_transfer.py b/src/increase/types/check_transfer.py index 8baa04e9a..d955b0a3d 100644 --- a/src/increase/types/check_transfer.py +++ b/src/increase/types/check_transfer.py @@ -321,8 +321,9 @@ class CheckTransfer(BaseModel): - `full` - The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. - - `none` - No balance check will performed; a zero-dollar Pending Transaction - will be created. + - `none` - No balance check will performed when the check transfer is initiated. + A zero-dollar Pending Transaction will be created. The balance will still be + checked when the Inbound Check Deposit is created. """ cancellation: Optional[Cancellation] = None