From 17a4cf9c8ee9593a2e5a4a1788fd3fd7609dbd59 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:48:08 +0000 Subject: [PATCH] release: 0.0.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/honcho/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c4af71..963dbd7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.16" + ".": "0.0.17" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ea204..471dc8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.0.17 (2024-11-12) + +Full Changelog: [v0.0.16...v0.0.17](https://github.com/plastic-labs/honcho-python/compare/v0.0.16...v0.0.17) + +### Chores + +* rebuild project due to codegen change ([#59](https://github.com/plastic-labs/honcho-python/issues/59)) ([c7617bc](https://github.com/plastic-labs/honcho-python/commit/c7617bc5e0dc029e47e40f478bbb69144f7eff8c)) + ## 0.0.16 (2024-11-07) Full Changelog: [v0.0.15...v0.0.16](https://github.com/plastic-labs/honcho-python/compare/v0.0.15...v0.0.16) diff --git a/pyproject.toml b/pyproject.toml index 7514ec1..a128508 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "honcho-ai" -version = "0.0.16" +version = "0.0.17" description = "The official Python library for the honcho API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/honcho/_version.py b/src/honcho/_version.py index 0e2b3ae..5104c3d 100644 --- a/src/honcho/_version.py +++ b/src/honcho/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "honcho" -__version__ = "0.0.16" # x-release-please-version +__version__ = "0.0.17" # x-release-please-version