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.333.0"
".": "0.334.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.333.0"
version = "0.334.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.333.0" # x-release-please-version
__version__ = "0.334.0" # x-release-please-version
4 changes: 2 additions & 2 deletions src/increase/resources/card_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down