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.301.0"
".": "0.302.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: 216
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6c7f7c551cd8635ddf3fa27eb1040a4e3888c8190326472c19fd919a5e2c8c5.yml
openapi_spec_hash: 287cbadcab1cec9f352da22a4e39c160
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f848edf1a38bbdc834fb3855aaf2eaeb77711e36e9a560cadfeb49428b4ac3de.yml
openapi_spec_hash: 52e32b8e609fa290c285bbd44f8bc74a
config_hash: 632b628b59d8f0b717153b3d8133f6cb
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.302.0 (2025-08-26)

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

### Features

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

## 0.301.0 (2025-08-26)

Full Changelog: [v0.300.0...v0.301.0](https://github.com/Increase/increase-python/compare/v0.300.0...v0.301.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.301.0"
version = "0.302.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.301.0" # x-release-please-version
__version__ = "0.302.0" # x-release-please-version
3 changes: 0 additions & 3 deletions src/increase/types/ach_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ class CreatedBy(BaseModel):


class InboundFundsHold(BaseModel):
id: str
"""The Inbound Funds Hold identifier."""

amount: int
"""The held amount in the minor unit of the account's currency.

Expand Down
3 changes: 0 additions & 3 deletions src/increase/types/check_deposit.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ class DepositSubmission(BaseModel):


class InboundFundsHold(BaseModel):
id: str
"""The Inbound Funds Hold identifier."""

amount: int
"""The held amount in the minor unit of the account's currency.

Expand Down
3 changes: 0 additions & 3 deletions src/increase/types/pending_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,6 @@ class SourceCheckTransferInstruction(BaseModel):


class SourceInboundFundsHold(BaseModel):
id: str
"""The Inbound Funds Hold identifier."""

amount: int
"""The held amount in the minor unit of the account's currency.

Expand Down