diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e61a3857f..6abd47e7a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.174.0" + ".": "0.175.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index dcba97fb2..acc9723c7 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 201 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3727ea0756f101eda42b91615cc93da10d2d197565b9522da8c018edc249ad10.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-03ee97dd9c89c89eb1cc9ac40a7f757b3c92e262889d3ad2e654a03259026f44.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index c922feef5..b1f8d5498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.175.0 (2025-01-01) + +Full Changelog: [v0.174.0...v0.175.0](https://github.com/Increase/increase-python/compare/v0.174.0...v0.175.0) + +### Features + +* **api:** api update ([#893](https://github.com/Increase/increase-python/issues/893)) ([24180cc](https://github.com/Increase/increase-python/commit/24180ccc1c1f71bcf4c53e14091bdaf87e6fc72f)) + + +### Chores + +* **internal:** codegen related update ([#891](https://github.com/Increase/increase-python/issues/891)) ([22f7702](https://github.com/Increase/increase-python/commit/22f770251e25834ad3b890b44cf5c34f0062408b)) + ## 0.174.0 (2024-12-23) Full Changelog: [v0.173.0...v0.174.0](https://github.com/Increase/increase-python/compare/v0.173.0...v0.174.0) diff --git a/LICENSE b/LICENSE index a979e67dd..197f93625 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 Increase + Copyright 2025 Increase Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index 824d370de..21c74d6f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.174.0" +version = "0.175.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 79878e77f..28c516236 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.174.0" # x-release-please-version +__version__ = "0.175.0" # x-release-please-version diff --git a/tests/api_resources/test_real_time_payments_request_for_payments.py b/tests/api_resources/test_real_time_payments_request_for_payments.py index de382db0d..b429eecf6 100644 --- a/tests/api_resources/test_real_time_payments_request_for_payments.py +++ b/tests/api_resources/test_real_time_payments_request_for_payments.py @@ -30,7 +30,7 @@ def test_method_create(self, client: Increase) -> None: "name": "Ian Crease", }, destination_account_number_id="account_number_v18nkfqm6afpsrvy82b2", - expires_at=parse_date("2025-12-31"), + expires_at=parse_date("2026-12-31"), remittance_information="Invoice 29582", source_account_number="987654321", source_routing_number="101050001", @@ -48,7 +48,7 @@ def test_raw_response_create(self, client: Increase) -> None: "name": "Ian Crease", }, destination_account_number_id="account_number_v18nkfqm6afpsrvy82b2", - expires_at=parse_date("2025-12-31"), + expires_at=parse_date("2026-12-31"), remittance_information="Invoice 29582", source_account_number="987654321", source_routing_number="101050001", @@ -70,7 +70,7 @@ def test_streaming_response_create(self, client: Increase) -> None: "name": "Ian Crease", }, destination_account_number_id="account_number_v18nkfqm6afpsrvy82b2", - expires_at=parse_date("2025-12-31"), + expires_at=parse_date("2026-12-31"), remittance_information="Invoice 29582", source_account_number="987654321", source_routing_number="101050001", @@ -193,7 +193,7 @@ async def test_method_create(self, async_client: AsyncIncrease) -> None: "name": "Ian Crease", }, destination_account_number_id="account_number_v18nkfqm6afpsrvy82b2", - expires_at=parse_date("2025-12-31"), + expires_at=parse_date("2026-12-31"), remittance_information="Invoice 29582", source_account_number="987654321", source_routing_number="101050001", @@ -211,7 +211,7 @@ async def test_raw_response_create(self, async_client: AsyncIncrease) -> None: "name": "Ian Crease", }, destination_account_number_id="account_number_v18nkfqm6afpsrvy82b2", - expires_at=parse_date("2025-12-31"), + expires_at=parse_date("2026-12-31"), remittance_information="Invoice 29582", source_account_number="987654321", source_routing_number="101050001", @@ -233,7 +233,7 @@ async def test_streaming_response_create(self, async_client: AsyncIncrease) -> N "name": "Ian Crease", }, destination_account_number_id="account_number_v18nkfqm6afpsrvy82b2", - expires_at=parse_date("2025-12-31"), + expires_at=parse_date("2026-12-31"), remittance_information="Invoice 29582", source_account_number="987654321", source_routing_number="101050001",