diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 940f01ca..85dab35a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.5" + ".": "0.17.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index da838fad..85df8598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.17.6 (2026-02-20) + +Full Changelog: [v0.17.5...v0.17.6](https://github.com/openlayer-ai/openlayer-python/compare/v0.17.5...v0.17.6) + +### Chores + +* update mock server docs ([e5d4a3d](https://github.com/openlayer-ai/openlayer-python/commit/e5d4a3d7be61a4171fb29deef6e2d8040cfce910)) + ## 0.17.5 (2026-02-17) Full Changelog: [v0.17.4...v0.17.5](https://github.com/openlayer-ai/openlayer-python/compare/v0.17.4...v0.17.5) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da31df73..c835a6e3 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 091b749f..1bed4c8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openlayer" -version = "0.17.5" +version = "0.17.6" description = "The official Python library for the openlayer API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/openlayer/_version.py b/src/openlayer/_version.py index adebc38a..b7982fb5 100644 --- a/src/openlayer/_version.py +++ b/src/openlayer/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "openlayer" -__version__ = "0.17.5" # x-release-please-version +__version__ = "0.17.6" # x-release-please-version