diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc7cb0..6cc1940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.2](https://github.com/instill-ai/python-sdk/compare/v0.17.1...v0.17.2) (2025-05-17) + + +### Bug Fixes + +* **ray:** make non-editable work with dynamic pkg import ([#277](https://github.com/instill-ai/python-sdk/issues/277)) ([0bd4807](https://github.com/instill-ai/python-sdk/commit/0bd480722c63cac9fc242766087ddd1117856ff6)) + ## [0.17.1](https://github.com/instill-ai/python-sdk/compare/v0.17.0...v0.17.1) (2025-05-17) diff --git a/pyproject.toml b/pyproject.toml index b084597..f0769f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ description = "python sdk for Instill AI products" name = "instill-sdk" -version = "0.17.1" +version = "0.17.2" packages = [{include = "instill"}] diff --git a/release-please/manifest.json b/release-please/manifest.json index b05f59a..89dfe57 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.1" + ".": "0.17.2" }