diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 362ffe9c..561ef01a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.492.0" + ".": "0.493.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 04bc1d54..a9ea792a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b73affcc..134132af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index aef9d34a..2a39b167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/increase/_version.py b/src/increase/_version.py index d6255eb2..ed1d5305 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -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 diff --git a/src/increase/resources/beneficial_owners.py b/src/increase/resources/beneficial_owners.py index f7142ea3..a66b61d0 100644 --- a/src/increase/resources/beneficial_owners.py +++ b/src/increase/resources/beneficial_owners.py @@ -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. @@ -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.