diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a79c2c0..840af0a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.2" + ".": "0.17.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b601c756..161d67a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.3 (2026-02-13) + +Full Changelog: [v0.17.2...v0.17.3](https://github.com/openlayer-ai/openlayer-python/compare/v0.17.2...v0.17.3) + +### Bug Fixes + +* **upload.py:** fix upload for local ([2d6500f](https://github.com/openlayer-ai/openlayer-python/commit/2d6500f210fdf90635a678eca16b2ee3333587fd)) + + +### Chores + +* format all `api.md` files ([7591719](https://github.com/openlayer-ai/openlayer-python/commit/759171978575787e5de90da26a248e0f23285383)) + ## 0.17.2 (2026-02-12) Full Changelog: [v0.17.1...v0.17.2](https://github.com/openlayer-ai/openlayer-python/compare/v0.17.1...v0.17.2) diff --git a/pyproject.toml b/pyproject.toml index 89b25b94..c5074a87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openlayer" -version = "0.17.2" +version = "0.17.3" description = "The official Python library for the openlayer API" dynamic = ["readme"] license = "Apache-2.0" @@ -76,7 +76,7 @@ format = { chain = [ # run formatting again to fix any inconsistencies when imports are stripped "format:ruff", ]} -"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md" +"format:docs" = "bash -c 'python scripts/utils/ruffen-docs.py README.md $(find . -type f -name api.md)'" "format:ruff" = "ruff format" "lint" = { chain = [ diff --git a/src/openlayer/_version.py b/src/openlayer/_version.py index c9c72cfb..9741350f 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.2" # x-release-please-version +__version__ = "0.17.3" # x-release-please-version