From 73af53e19889262ac445fc0789999873c411c35a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 03:01:03 +0000 Subject: [PATCH 1/2] chore(readme): fix version rendering on pypi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7da99b9a..2fd90a111 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Runloop Python API library -[![PyPI version]()](https://pypi.org/project/runloop_api_client/) + +[![PyPI version](https://img.shields.io/pypi/v/runloop_api_client.svg?label=pypi%20(stable))](https://pypi.org/project/runloop_api_client/) The Runloop Python library provides convenient access to the Runloop REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields, From a796979a9691fc9b56cfec288c9c168beadc9eef Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 17:52:18 +0000 Subject: [PATCH 2/2] release: 0.48.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/runloop_api_client/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f17937927..0c2fee4ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.48.1" + ".": "0.48.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e77e3cf9..0e365c7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.48.2 (2025-07-11) + +Full Changelog: [v0.48.1...v0.48.2](https://github.com/runloopai/api-client-python/compare/v0.48.1...v0.48.2) + +### Chores + +* **readme:** fix version rendering on pypi ([73af53e](https://github.com/runloopai/api-client-python/commit/73af53e19889262ac445fc0789999873c411c35a)) + ## 0.48.1 (2025-07-10) Full Changelog: [v0.48.0...v0.48.1](https://github.com/runloopai/api-client-python/compare/v0.48.0...v0.48.1) diff --git a/pyproject.toml b/pyproject.toml index aa61bc0bb..c4ef8d070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runloop_api_client" -version = "0.48.1" +version = "0.48.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 ccf01e547..a8f5b6493 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__ = "0.48.1" # x-release-please-version +__version__ = "0.48.2" # x-release-please-version