From b32257d236288467018ccc3f8f8d4113f719cc1b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:33:11 +0000 Subject: [PATCH] release: 5.16.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/runwayml/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7b9667..bf0ccdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.16.1" + ".": "5.16.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c448c3..e7597eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.16.2 (2026-08-26) + +Full Changelog: [v5.16.1...v5.16.2](https://github.com/runwayml/sdk-python/compare/v5.16.1...v5.16.2) + +### Bug Fixes + +* **ci:** also publish on v* tag push ([f351d01](https://github.com/runwayml/sdk-python/commit/f351d011bd4c9559708878e923ab91454b9c80e7)) + ## 5.16.1 (2026-08-25) Full Changelog: [v5.16.0...v5.16.1](https://github.com/runwayml/sdk-python/compare/v5.16.0...v5.16.1) diff --git a/pyproject.toml b/pyproject.toml index 34b4b1c..755580f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runwayml" -version = "5.16.1" +version = "5.16.2" description = "The official Python library for the runwayml API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/runwayml/_version.py b/src/runwayml/_version.py index e54c4c6..1561bc5 100644 --- a/src/runwayml/_version.py +++ b/src/runwayml/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "runwayml" -__version__ = "5.16.1" # x-release-please-version +__version__ = "5.16.2" # x-release-please-version