diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 414ada65..d2b3093d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.485.0" + ".": "0.486.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index b895364e..99fcf85b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 241 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8976b540ed44817057c5bcb4ccafd92c12d7af6f215e5e72c2be7fd213d04c66.yml -openapi_spec_hash: 292e3d85a82124d4c5418719bb7c8b65 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c073272ef500d513b8cbfb34d34df2d533037ac9154417004dc9071cbc60357e.yml +openapi_spec_hash: 45bfadd7b28234485f1064ae5bd4edfc config_hash: cb5b8736705c06b670f6a25484622d62 diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ff704f..442e107c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.486.0 (2026-04-15) + +Full Changelog: [v0.485.0...v0.486.0](https://github.com/Increase/increase-python/compare/v0.485.0...v0.486.0) + +### Features + +* **api:** api update ([08076c5](https://github.com/Increase/increase-python/commit/08076c5ac118e0e65a425009b2d0a988c7aec18c)) + ## 0.485.0 (2026-04-15) Full Changelog: [v0.484.0...v0.485.0](https://github.com/Increase/increase-python/compare/v0.484.0...v0.485.0) diff --git a/pyproject.toml b/pyproject.toml index 6bb935b6..a2cb7a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.485.0" +version = "0.486.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 0154731e..731b9bd8 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.485.0" # x-release-please-version +__version__ = "0.486.0" # x-release-please-version diff --git a/tests/api_resources/test_swift_transfers.py b/tests/api_resources/test_swift_transfers.py index 663fb237..316c346a 100644 --- a/tests/api_resources/test_swift_transfers.py +++ b/tests/api_resources/test_swift_transfers.py @@ -56,7 +56,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None: "line1": "Sonnemannstrasse 20", "line2": "line2", "postal_code": "60314", - "state": "x", + "state": "state", }, creditor_name="Ian Crease", debtor_address={ @@ -336,7 +336,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease) "line1": "Sonnemannstrasse 20", "line2": "line2", "postal_code": "60314", - "state": "x", + "state": "state", }, creditor_name="Ian Crease", debtor_address={