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.188.0"
".": "0.189.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 201
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f4db2590b8381f1ce20ef003e571392a1b33023e29febd4a3caca983705db688.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-187abeef8791e6babfd30ee4517635629b0a175d21d292c7689a0710095807b8.yml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.189.0 (2025-02-10)

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

### Features

* **api:** api update ([#959](https://github.com/Increase/increase-python/issues/959)) ([af6e73f](https://github.com/Increase/increase-python/commit/af6e73f2670ff3bf3b7bb07ecac7c325ef6f2f2c))

## 0.188.0 (2025-02-07)

Full Changelog: [v0.187.0...v0.188.0](https://github.com/Increase/increase-python/compare/v0.187.0...v0.188.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.188.0"
version = "0.189.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.188.0" # x-release-please-version
__version__ = "0.189.0" # x-release-please-version
6 changes: 4 additions & 2 deletions src/increase/resources/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ def balance(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> BalanceLookup:
"""
Retrieve an Account Balance
Retrieve the current and available balances for an account in minor units of the
account's currency. Learn more about [account balances](/documentation/balance).

Args:
account_id: The identifier of the Account to retrieve.
Expand Down Expand Up @@ -608,7 +609,8 @@ async def balance(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> BalanceLookup:
"""
Retrieve an Account Balance
Retrieve the current and available balances for an account in minor units of the
account's currency. Learn more about [account balances](/documentation/balance).

Args:
account_id: The identifier of the Account to retrieve.
Expand Down