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.507.0"
".": "0.508.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: 238
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-dfa51d8d0b4b31cb929920acfba59c9d2e928de78fc1ac44c639ff9f735727bf.yml
openapi_spec_hash: 401f64bbe952d952c600b78c42f0ed6c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-c2a96dbb3b2b8f8b770122d20d9a18c6f53712c5b69f26551d45fbb320ed4351.yml
openapi_spec_hash: 2a0f520c0a49a415df945eb33d8a707c
config_hash: 060e036e1db198f2e908364c9df7096e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.508.0 (2026-05-01)

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

### Features

* **api:** api update ([1dbec31](https://github.com/Increase/increase-python/commit/1dbec314033d0a902d91af860a6881aaeb56a207))

## 0.507.0 (2026-05-01)

Full Changelog: [v0.506.0...v0.507.0](https://github.com/Increase/increase-python/compare/v0.506.0...v0.507.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.507.0"
version = "0.508.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.507.0" # x-release-please-version
__version__ = "0.508.0" # x-release-please-version
8 changes: 4 additions & 4 deletions src/increase/resources/simulations/inbound_mail_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def create(
idempotency_key: str | None = None,
) -> InboundMailItem:
"""
Simulates an inbound mail item to your account, as if someone had mailed a
physical check to one of your account's Lockboxes.
Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
Recipients, as if someone had mailed a physical check.

Args:
amount: The amount of the check to be simulated, in cents.
Expand Down Expand Up @@ -138,8 +138,8 @@ async def create(
idempotency_key: str | None = None,
) -> InboundMailItem:
"""
Simulates an inbound mail item to your account, as if someone had mailed a
physical check to one of your account's Lockboxes.
Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
Recipients, as if someone had mailed a physical check.

Args:
amount: The amount of the check to be simulated, in cents.
Expand Down