From 7d5a6cb859ead1138b3544a57874d0f887a029c3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:51:54 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/resources/routing_numbers.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index ad221266..15c18bb6 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 238 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-6e46d23ba59eb2a6d914e53e75f68231b3c5259bb792e44b9bd57b5ee7af9a7b.yml -openapi_spec_hash: 8a7faa0b93068b32ed26567fcf2c7158 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-894485303846b0d3d71172a30ddb9de5903207874792f84c774e9d9900fe0769.yml +openapi_spec_hash: 9a4d6d3040580b3d0a4e0264dd77127f config_hash: ac050010e5453883d5e5fa603554a2e0 diff --git a/src/increase/resources/routing_numbers.py b/src/increase/resources/routing_numbers.py index d4b09d17..7c47fd79 100644 --- a/src/increase/resources/routing_numbers.py +++ b/src/increase/resources/routing_numbers.py @@ -59,7 +59,7 @@ def list( You can use this API to confirm if a routing number is valid, such as when a user is providing you with bank account details. Since routing numbers uniquely identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few - [routing numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers). + [routing numbers are valid](/documentation/sandbox-test-values#routing-numbers). `110000000` is an example of a Sandbox routing number. Args: @@ -136,7 +136,7 @@ def list( You can use this API to confirm if a routing number is valid, such as when a user is providing you with bank account details. Since routing numbers uniquely identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few - [routing numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers). + [routing numbers are valid](/documentation/sandbox-test-values#routing-numbers). `110000000` is an example of a Sandbox routing number. Args: From 1b4bd9bb65e82aa1e525e5e7dee8dcef6e15ce7d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:52:38 +0000 Subject: [PATCH 2/2] release: 0.514.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 52a15f12..1014297e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.513.0" + ".": "0.514.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 42558b17..15be4109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.514.0 (2026-05-04) + +Full Changelog: [v0.513.0...v0.514.0](https://github.com/Increase/increase-python/compare/v0.513.0...v0.514.0) + +### Features + +* **api:** api update ([7d5a6cb](https://github.com/Increase/increase-python/commit/7d5a6cb859ead1138b3544a57874d0f887a029c3)) + ## 0.513.0 (2026-05-04) Full Changelog: [v0.512.0...v0.513.0](https://github.com/Increase/increase-python/compare/v0.512.0...v0.513.0) diff --git a/pyproject.toml b/pyproject.toml index 3447f8e3..f53b8e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.513.0" +version = "0.514.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 d58f638f..95260538 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.513.0" # x-release-please-version +__version__ = "0.514.0" # x-release-please-version