diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81d2de2d2..03537feab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.31.0" + ".": "1.31.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c0b4ab0..8c9ebea13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.31.1](https://github.com/runloopai/api-client-python/compare/v1.31.0...v1.31.1) (2026-08-25) + + +### Bug Fixes + +* **docs:** deploy documentation for releases ([#835](https://github.com/runloopai/api-client-python/issues/835)) ([68023fb](https://github.com/runloopai/api-client-python/commit/68023fb7c86dd5c9d23360fb8f4e680914d99e52)) + ## [1.31.0](https://github.com/runloopai/api-client-python/compare/v1.30.0...v1.31.0) (2026-08-25) diff --git a/pyproject.toml b/pyproject.toml index ca20f54f2..3189fa78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runloop_api_client" -version = "1.31.0" +version = "1.31.1" 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 6e58ef0b7..6a8558ec7 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.31.0" # x-release-please-version +__version__ = "1.31.1" # x-release-please-version