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.488.0"
".": "0.489.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: 241
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b8ef37fb2b33cb0aa49fe69ed2efb55eee614c2c90f74da9611f48083d59de6d.yml
openapi_spec_hash: 3453655d92ccd0c10398971cdd1d7aa6
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f71dad85b4d794d6e64d04e2cecedb5b531d945f06e36222512527b47dc7e492.yml
openapi_spec_hash: 71b8b72da97dfcd792e5ab4acb8ad26d
config_hash: cb5b8736705c06b670f6a25484622d62
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.489.0 (2026-04-17)

Full Changelog: [v0.488.0...v0.489.0](https://github.com/Increase/increase-python/compare/v0.488.0...v0.489.0)

### Features

* **api:** api update ([fe93feb](https://github.com/Increase/increase-python/commit/fe93febec3ec6e8a71efd91666f4e938b850d24a))

## 0.488.0 (2026-04-16)

Full Changelog: [v0.487.0...v0.488.0](https://github.com/Increase/increase-python/compare/v0.487.0...v0.488.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.488.0"
version = "0.489.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.488.0" # x-release-please-version
__version__ = "0.489.0" # x-release-please-version
2 changes: 1 addition & 1 deletion src/increase/types/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class DigitalWallet(BaseModel):


class Card(BaseModel):
"""Cards may operate on credit, debit or prepaid BINs.
"""Cards may operate on credit, debit, or prepaid BINs.

They’ll immediately work for online purchases after you create them. All cards work on a good funds model, and maintain a maximum limit of 100% of the Account’s available balance at the time of transaction. Funds are deducted from the Account upon transaction settlement.
"""
Expand Down