diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3778b2..5c87ad8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.6.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d28d40..3772744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.6.3 (2026-03-18) + +Full Changelog: [v0.6.2...v0.6.3](https://github.com/anthalehq/anthale-python/compare/v0.6.2...v0.6.3) + +### Chores + +* add project documentation and templates ([698a1f3](https://github.com/anthalehq/anthale-python/commit/698a1f34edbcc39ab77a310498daa4f3e763de59)) + ## 0.6.2 (2026-03-17) Full Changelog: [v0.6.1...v0.6.2](https://github.com/anthalehq/anthale-python/compare/v0.6.1...v0.6.2) diff --git a/pyproject.toml b/pyproject.toml index a0575b6..54b54fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthale" -version = "0.6.2" +version = "0.6.3" description = "The official Python library for the anthale API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/anthale/_version.py b/src/anthale/_version.py index 2113d68..d8eb86a 100644 --- a/src/anthale/_version.py +++ b/src/anthale/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "anthale" -__version__ = "0.6.2" # x-release-please-version +__version__ = "0.6.3" # x-release-please-version