From 4601f6b9053af82cc529fb6c2bf89e003c814af0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:33:51 +0000 Subject: [PATCH] chore(main): release otari 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/otari/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 01de74e..3334f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.2.0...otari-0.2.1) (2026-07-21) + + +### Bug Fixes + +* **control-plane:** map generated ApiException to typed OtariError ([#21](https://github.com/mozilla-ai/otari-sdk-python/issues/21)) ([47dd032](https://github.com/mozilla-ai/otari-sdk-python/commit/47dd032b3ca82a5514bac24366174b88c38deee7)) + ## [0.2.0](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.1.1...otari-0.2.0) (2026-06-16) diff --git a/pyproject.toml b/pyproject.toml index e550c58..f5d4681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "otari" -version = "0.2.0" +version = "0.2.1" description = "Python client for the otari gateway" readme = "README.md" license = "Apache-2.0" diff --git a/src/otari/__init__.py b/src/otari/__init__.py index b42d8eb..4980a9c 100644 --- a/src/otari/__init__.py +++ b/src/otari/__init__.py @@ -57,7 +57,7 @@ try: __version__ = version("otari") except PackageNotFoundError: - __version__ = "0.2.0" + __version__ = "0.2.1" __all__ = [