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.294.0"
".": "0.295.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: 215
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ce8ac7ef645ad6089e9730ae2b44492a6a958a2abcc8bb50130c5ebd7ba1a390.yml
openapi_spec_hash: 90a27266ac1eeab3464f6825d8fd8650
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3db2c20491e1218b324938f048e489f800270f608505ac2293f66d1691294f4f.yml
openapi_spec_hash: d821b4d13c8fc8257b34a544515e91f7
config_hash: 0b0a2503208283b283fc5bc6df6a07a5
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.295.0 (2025-08-20)

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

### Features

* **api:** api update ([41d85cc](https://github.com/Increase/increase-python/commit/41d85cc7579f4a0994d1a0ca3d2eb0297f9ed1f7))

## 0.294.0 (2025-08-20)

Full Changelog: [v0.293.0...v0.294.0](https://github.com/Increase/increase-python/compare/v0.293.0...v0.294.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.294.0"
version = "0.295.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.294.0" # x-release-please-version
__version__ = "0.295.0" # x-release-please-version
8 changes: 4 additions & 4 deletions src/increase/resources/real_time_payments_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def approve(
idempotency_key: str | None = None,
) -> RealTimePaymentsTransfer:
"""
Approves an Real-Time Payments Transfer in a pending_approval state.
Approves a Real-Time Payments Transfer in a pending_approval state.

Args:
real_time_payments_transfer_id: The identifier of the Real-Time Payments Transfer to approve.
Expand Down Expand Up @@ -297,7 +297,7 @@ def cancel(
idempotency_key: str | None = None,
) -> RealTimePaymentsTransfer:
"""
Cancels an Real-Time Payments Transfer in a pending_approval state.
Cancels a Real-Time Payments Transfer in a pending_approval state.

Args:
real_time_payments_transfer_id: The identifier of the pending Real-Time Payments Transfer to cancel.
Expand Down Expand Up @@ -560,7 +560,7 @@ async def approve(
idempotency_key: str | None = None,
) -> RealTimePaymentsTransfer:
"""
Approves an Real-Time Payments Transfer in a pending_approval state.
Approves a Real-Time Payments Transfer in a pending_approval state.

Args:
real_time_payments_transfer_id: The identifier of the Real-Time Payments Transfer to approve.
Expand Down Expand Up @@ -604,7 +604,7 @@ async def cancel(
idempotency_key: str | None = None,
) -> RealTimePaymentsTransfer:
"""
Cancels an Real-Time Payments Transfer in a pending_approval state.
Cancels a Real-Time Payments Transfer in a pending_approval state.

Args:
real_time_payments_transfer_id: The identifier of the pending Real-Time Payments Transfer to cancel.
Expand Down