diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7efce7..600531e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.2" + ".": "0.18.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c43e70..10a59ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.18.3 (2025-10-14) + +Full Changelog: [v0.18.2...v0.18.3](https://github.com/landing-ai/ade-python/compare/v0.18.2...v0.18.3) + ## 0.18.2 (2025-10-11) Full Changelog: [v0.18.1...v0.18.2](https://github.com/landing-ai/ade-python/compare/v0.18.1...v0.18.2) diff --git a/pyproject.toml b/pyproject.toml index 4cedf70..edbb391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "landingai-ade" -version = "0.18.2" +version = "0.18.3" description = "The official Python library for the landingai-ade API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/landingai_ade/_version.py b/src/landingai_ade/_version.py index 252d3a6..103e798 100644 --- a/src/landingai_ade/_version.py +++ b/src/landingai_ade/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "landingai_ade" -__version__ = "0.18.2" # x-release-please-version +__version__ = "0.18.3" # x-release-please-version