diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b20ed36..8372202 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.1" + ".": "4.6.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c88931d..1d54ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.6.2 (2026-02-19) + +Full Changelog: [v4.6.1...v4.6.2](https://github.com/runwayml/sdk-python/compare/v4.6.1...v4.6.2) + +### Chores + +* update mock server docs ([2cd81c5](https://github.com/runwayml/sdk-python/commit/2cd81c5af998bbc6cc98926ef4439bade192f9c4)) + ## 4.6.1 (2026-02-13) Full Changelog: [v4.6.0...v4.6.1](https://github.com/runwayml/sdk-python/compare/v4.6.0...v4.6.1) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fac82ce..2fb1fdf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,8 +88,7 @@ $ pip install ./path-to-wheel-file.whl Most tests require you to [set up a mock server](https://github.com/stoplightio/prism) against the OpenAPI spec to run the tests. ```sh -# you will need npm installed -$ npx prism mock path/to/your/openapi.yml +$ ./scripts/mock ``` ```sh diff --git a/pyproject.toml b/pyproject.toml index 87fce3d..ce18fb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runwayml" -version = "4.6.1" +version = "4.6.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 846a7a3..b205bfa 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__ = "4.6.1" # x-release-please-version +__version__ = "4.6.2" # x-release-please-version