diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69eb19a7b..511722b9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.20.0" + ".": "1.20.1" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 056301a0a..c5abf7216 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 115 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-e8ff6f465a843ae55c394e11e243d9d8b31a2b5542d899aff2e167bcfde2858f.yml -openapi_spec_hash: 41ee9d50105022e0e253137efdb41d2a +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-563a11030291b5dd44e1b1b917e3e7bb865d7c873bf49c82056bfade22166843.yml +openapi_spec_hash: 20770e5f6ed8370fc14ff0e1351ccffc config_hash: 12de9459ff629b6a3072a75b236b7b70 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5efea77a7..3bd77149b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.20.1 (2026-05-01) + +Full Changelog: [v1.20.0...v1.20.1](https://github.com/runloopai/api-client-python/compare/v1.20.0...v1.20.1) + +### Documentation + +* add missing SDK operations to README-SDK ([#791](https://github.com/runloopai/api-client-python/issues/791)) ([98a746a](https://github.com/runloopai/api-client-python/commit/98a746a32075adcad2439edf751bcb2921cddfb5)) + ## 1.20.0 (2026-04-21) Full Changelog: [v1.19.0...v1.20.0](https://github.com/runloopai/api-client-python/compare/v1.19.0...v1.20.0) diff --git a/pyproject.toml b/pyproject.toml index f59d1c37e..6eeb7204c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runloop_api_client" -version = "1.20.0" +version = "1.20.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 a0cf0beb2..b325a4c56 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.20.0" # x-release-please-version +__version__ = "1.20.1" # x-release-please-version