diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e9c70e85..79bee3809 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.333.0" + ".": "0.334.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 876bf2616..e5dc4c9fa 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6241d4f5ad4269845e96fe2c674d19f586894ca27456095fee5a70dede9ea19c.yml -openapi_spec_hash: 81e8f749b8ca89085b599b2c346a773d +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d0d6147287983a83fc0ad164f706c3cdc48a13e223fd601aa954bbf0bbc402ed.yml +openapi_spec_hash: a3ccd1aa9bc5d03e6660b535d25401b1 config_hash: 8dadd60eab7ab858cf06c6a8633ed9f3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 541dc3be5..21b816d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.334.0 (2025-09-19) + +Full Changelog: [v0.333.0...v0.334.0](https://github.com/Increase/increase-python/compare/v0.333.0...v0.334.0) + +### Features + +* **api:** api update ([6a9941e](https://github.com/Increase/increase-python/commit/6a9941ea72d03e283cff04d1cb7a67ecf9c43c89)) + ## 0.333.0 (2025-09-19) Full Changelog: [v0.332.0...v0.333.0](https://github.com/Increase/increase-python/compare/v0.332.0...v0.333.0) diff --git a/pyproject.toml b/pyproject.toml index 10651cc42..868ecad2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.333.0" +version = "0.334.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 fa330d6ba..b6b9f8238 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.333.0" # x-release-please-version +__version__ = "0.334.0" # x-release-please-version diff --git a/src/increase/resources/card_details.py b/src/increase/resources/card_details.py index b328b9fab..d729ac2a9 100644 --- a/src/increase/resources/card_details.py +++ b/src/increase/resources/card_details.py @@ -56,7 +56,7 @@ def update( idempotency_key: str | None = None, ) -> CardDetails: """ - Update a Card's Details + Update a Card's PIN Args: card_id: The card identifier. @@ -211,7 +211,7 @@ async def update( idempotency_key: str | None = None, ) -> CardDetails: """ - Update a Card's Details + Update a Card's PIN Args: card_id: The card identifier.