diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dac2a900..fbfcf373 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.532.0" + ".": "0.533.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ac63e997..d814a432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.533.0](https://github.com/Increase/increase-python/compare/v0.532.0...v0.533.0) (2026-07-02) + + +### Features + +* **api:** api update ([#1454](https://github.com/Increase/increase-python/issues/1454)) ([02a22f4](https://github.com/Increase/increase-python/commit/02a22f462c8c674bdb76ce7f55225bbd700f718d)) + ## [0.532.0](https://github.com/Increase/increase-python/compare/v0.531.0...v0.532.0) (2026-06-29) diff --git a/pyproject.toml b/pyproject.toml index 516b2df4..588ab643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.532.0" +version = "0.533.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 f7d0b4d7..3cbbbb8b 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.532.0" # x-release-please-version +__version__ = "0.533.0" # x-release-please-version