diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0e5b256d2..c658eefef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c5141bdbf..97b063ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.3.2 (2026-01-30) + +Full Changelog: [v1.3.1...v1.3.2](https://github.com/runloopai/api-client-python/compare/v1.3.1...v1.3.2) + +### Bug Fixes + +* **blueprint:** blueprint state queued handled by is ready ([#726](https://github.com/runloopai/api-client-python/issues/726)) ([77e91ab](https://github.com/runloopai/api-client-python/commit/77e91ab1f75bba3fd824f7a87cb4132412ce4961)) + ## 1.3.1 (2026-01-28) Full Changelog: [v1.3.0...v1.3.1](https://github.com/runloopai/api-client-python/compare/v1.3.0...v1.3.1) diff --git a/pyproject.toml b/pyproject.toml index 86f7930a3..f62c63eb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runloop_api_client" -version = "1.3.1" +version = "1.3.2" description = "The official Python library for the runloop API" dynamic = ["readme"] license = "MIT" diff --git a/src/runloop_api_client/_version.py b/src/runloop_api_client/_version.py index 590b9e003..521e1d656 100644 --- a/src/runloop_api_client/_version.py +++ b/src/runloop_api_client/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "runloop_api_client" -__version__ = "1.3.1" # x-release-please-version +__version__ = "1.3.2" # x-release-please-version