From a880eba2fc77bc0ca8c86b251c6f4e8c24ea5c69 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:22:27 +0000 Subject: [PATCH 1/2] feat(api): api update --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 197f93625..3bdba4f51 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Increase + Copyright 2026 Increase Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 7956036e1a3923253b8604d63cf0942b16702d51 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:22:51 +0000 Subject: [PATCH 2/2] release: 0.418.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 3dbadeb74..42836a9b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.417.0" + ".": "0.418.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index baa6cc7fa..221f9d51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.418.0 (2026-01-01) + +Full Changelog: [v0.417.0...v0.418.0](https://github.com/Increase/increase-python/compare/v0.417.0...v0.418.0) + +### Features + +* **api:** api update ([a880eba](https://github.com/Increase/increase-python/commit/a880eba2fc77bc0ca8c86b251c6f4e8c24ea5c69)) + ## 0.417.0 (2025-12-26) Full Changelog: [v0.416.0...v0.417.0](https://github.com/Increase/increase-python/compare/v0.416.0...v0.417.0) diff --git a/pyproject.toml b/pyproject.toml index a06a1d680..55dd100b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.417.0" +version = "0.418.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 942592aa8..afcdb7fba 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.417.0" # x-release-please-version +__version__ = "0.418.0" # x-release-please-version