diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3dbadeb7..42836a9b 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 baa6cc7f..221f9d51 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/LICENSE b/LICENSE index 197f9362..3bdba4f5 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. diff --git a/pyproject.toml b/pyproject.toml index a06a1d68..55dd100b 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 942592aa..afcdb7fb 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