From 465317aad7015f5c3b5facdcb0d0d13a6ff51f18 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:11:10 +0900 Subject: [PATCH] chore(main): release 0.16.1 (#254) :robot: I have created a release *beep* *boop* --- ## [0.16.1](https://github.com/instill-ai/python-sdk/compare/v0.16.0...v0.16.1) (2025-02-17) ### Bug Fixes * **ray:** remove timezone for compatibility issue ([#253](https://github.com/instill-ai/python-sdk/issues/253)) ([d242f44](https://github.com/instill-ai/python-sdk/commit/d242f4456e75c2047e66c910714c143fc2be4025)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdb38e..d7cebbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.1](https://github.com/instill-ai/python-sdk/compare/v0.16.0...v0.16.1) (2025-02-17) + + +### Bug Fixes + +* **ray:** remove timezone for compatibility issue ([#253](https://github.com/instill-ai/python-sdk/issues/253)) ([d242f44](https://github.com/instill-ai/python-sdk/commit/d242f4456e75c2047e66c910714c143fc2be4025)) + ## [0.16.0](https://github.com/instill-ai/python-sdk/compare/v0.15.1...v0.16.0) (2024-12-06) diff --git a/pyproject.toml b/pyproject.toml index 73c9239..7e00a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.16.0" +version = "0.16.1" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index bc7e4aa..256c881 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0" + ".": "0.16.1" }