diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ece733ca..f8336dd24 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.384.0" + ".": "0.385.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index cb2575744..d4beceef3 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 228 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c2b4fec66de664ded8acd9cbdd69566f17ca1d519136989a15bb67dcf039e793.yml -openapi_spec_hash: 4673ce2f217cc5598a122ad2d9404080 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3c8035f19693dda684506d2e1ea8e9ce7db5e7400923872518c3ac9cb19b7a2a.yml +openapi_spec_hash: a41137b030f9e14858f05263731b8f4d config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/CHANGELOG.md b/CHANGELOG.md index 310b23e89..5203591cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.385.0 (2025-11-07) + +Full Changelog: [v0.384.0...v0.385.0](https://github.com/Increase/increase-python/compare/v0.384.0...v0.385.0) + +### Features + +* **api:** api update ([e5b5940](https://github.com/Increase/increase-python/commit/e5b5940e8850216b73056695435ce1130d7cebfd)) + ## 0.384.0 (2025-11-06) Full Changelog: [v0.383.0...v0.384.0](https://github.com/Increase/increase-python/compare/v0.383.0...v0.384.0) diff --git a/pyproject.toml b/pyproject.toml index 0efa94886..c57ac5226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.384.0" +version = "0.385.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 66363d01b..c7f89aa1b 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.384.0" # x-release-please-version +__version__ = "0.385.0" # x-release-please-version diff --git a/tests/api_resources/test_check_transfers.py b/tests/api_resources/test_check_transfers.py index c14a11768..d91986089 100644 --- a/tests/api_resources/test_check_transfers.py +++ b/tests/api_resources/test_check_transfers.py @@ -66,7 +66,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None: }, require_approval=True, third_party={"recipient_name": "x"}, - valid_until_date=parse_date("2019-12-27"), + valid_until_date=parse_date("2025-12-31"), ) assert_matches_type(CheckTransfer, check_transfer, path=["response"]) @@ -353,7 +353,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease) }, require_approval=True, third_party={"recipient_name": "x"}, - valid_until_date=parse_date("2019-12-27"), + valid_until_date=parse_date("2025-12-31"), ) assert_matches_type(CheckTransfer, check_transfer, path=["response"])