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.270.0"
".": "0.271.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: 202
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4d843be8e5d44f9d79115d585ffdcda4b4d86a5f515fb00e547ba085156f44bb.yml
openapi_spec_hash: f5473cf6107b72c78bc87ecbc421dc5e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c88cd4c32889125cd4b50b7d6c53436b4bf61f3f1fa4acbb7494e778aa891f40.yml
openapi_spec_hash: d381528847ebbd39bbf825f9fe678925
config_hash: a185e9a72778cc4658ea73fb3a7f1354
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.271.0 (2025-07-23)

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

### Features

* **api:** api update ([82a433f](https://github.com/Increase/increase-python/commit/82a433f1c6215815035deb4adc99b2894b5e455d))

## 0.270.0 (2025-07-22)

Full Changelog: [v0.269.0...v0.270.0](https://github.com/Increase/increase-python/compare/v0.269.0...v0.270.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.270.0"
version = "0.271.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.270.0" # x-release-please-version
__version__ = "0.271.0" # x-release-please-version
4 changes: 2 additions & 2 deletions src/increase/resources/check_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def stop_payment(
idempotency_key: str | None = None,
) -> CheckTransfer:
"""
Request a stop payment on a Check Transfer
Stop payment on a Check Transfer

Args:
check_transfer_id: The identifier of the Check Transfer.
Expand Down Expand Up @@ -665,7 +665,7 @@ async def stop_payment(
idempotency_key: str | None = None,
) -> CheckTransfer:
"""
Request a stop payment on a Check Transfer
Stop payment on a Check Transfer

Args:
check_transfer_id: The identifier of the Check Transfer.
Expand Down