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.492.0"
".": "0.493.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: 241
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0ade14905d5af7ea62dd4dfa6419ea74e95db9076730c5eb2316288bc3bfe8dc.yml
openapi_spec_hash: 24c41baa76ee48175d432a61d5c2ae8e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f32b1daeaf102b8684a511b8ccc85e6f0f570177373dfada2bbd4ebca7a9412e.yml
openapi_spec_hash: 34d241b13555cfaf70fc746e7437aed7
config_hash: cb5b8736705c06b670f6a25484622d62
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.493.0 (2026-04-20)

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

### Features

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

## 0.492.0 (2026-04-20)

Full Changelog: [v0.491.0...v0.492.0](https://github.com/Increase/increase-python/compare/v0.491.0...v0.492.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.492.0"
version = "0.493.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.492.0" # x-release-please-version
__version__ = "0.493.0" # x-release-please-version
4 changes: 2 additions & 2 deletions src/increase/resources/beneficial_owners.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def create(
idempotency_key: str | None = None,
) -> EntityBeneficialOwner:
"""
Create a beneficial owner
Create a Beneficial Owner

Args:
entity_id: The identifier of the Entity to associate with the new Beneficial Owner.
Expand Down Expand Up @@ -361,7 +361,7 @@ async def create(
idempotency_key: str | None = None,
) -> EntityBeneficialOwner:
"""
Create a beneficial owner
Create a Beneficial Owner

Args:
entity_id: The identifier of the Entity to associate with the new Beneficial Owner.
Expand Down