Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.513.0"
".": "0.514.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/increase/resources/routing_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down