From 772b85a03e57649c08b380c1af23fb6dc78f5b96 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:57:17 +0000 Subject: [PATCH 1/2] feat(api): api update (#879) --- .stats.yml | 2 +- src/increase/types/inbound_mail_item.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7a86e302a..8e2a25a86 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 199 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-20c5ad39d175da218956d1a170f2485ea47d8b2f6ea1a13e1e684c770fad6efa.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-9a8f92e87439c05437fc55f45933f3c564f6d705b43fe2ac9ffcc87037b15bd8.yml diff --git a/src/increase/types/inbound_mail_item.py b/src/increase/types/inbound_mail_item.py index 0bf85f2ad..1849072f1 100644 --- a/src/increase/types/inbound_mail_item.py +++ b/src/increase/types/inbound_mail_item.py @@ -37,7 +37,7 @@ class InboundMailItem(BaseModel): - `no_matching_lockbox` - The mail item does not match any lockbox. - `no_check` - The mail item does not contain a check. - - `lockbox_not_active` - The Lockbox or its associataed Account is not active. + - `lockbox_not_active` - The Lockbox or its associated Account is not active. """ status: Literal["pending", "processed", "rejected"] From 771380328a47da3a5816edb2ed1d757fa4d0e687 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:57:43 +0000 Subject: [PATCH 2/2] release: 0.171.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fc99100f..dfe6cb919 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.170.0" + ".": "0.171.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ebbe5b9f..eed89f9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.171.0 (2024-12-20) + +Full Changelog: [v0.170.0...v0.171.0](https://github.com/Increase/increase-python/compare/v0.170.0...v0.171.0) + +### Features + +* **api:** api update ([#879](https://github.com/Increase/increase-python/issues/879)) ([772b85a](https://github.com/Increase/increase-python/commit/772b85a03e57649c08b380c1af23fb6dc78f5b96)) + ## 0.170.0 (2024-12-20) Full Changelog: [v0.169.0...v0.170.0](https://github.com/Increase/increase-python/compare/v0.169.0...v0.170.0) diff --git a/pyproject.toml b/pyproject.toml index 1e1c9fa9a..d1d029a48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.170.0" +version = "0.171.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 65d214941..fc6aa1b7a 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.170.0" # x-release-please-version +__version__ = "0.171.0" # x-release-please-version