diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b8dda9b..7ed8b9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.29.0" + ".": "0.29.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb2d8b..19ac971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.29.1 (2026-02-12) + +Full Changelog: [v0.29.0...v0.29.1](https://github.com/perplexityai/perplexity-py/compare/v0.29.0...v0.29.1) + +### Chores + +* format all `api.md` files ([d76052a](https://github.com/perplexityai/perplexity-py/commit/d76052a6e7d1ac44c3543656f8d224f1707627a9)) + ## 0.29.0 (2026-02-12) Full Changelog: [v0.28.1...v0.29.0](https://github.com/perplexityai/perplexity-py/compare/v0.28.1...v0.29.0) diff --git a/pyproject.toml b/pyproject.toml index 3922f15..0105782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "perplexityai" -version = "0.29.0" +version = "0.29.1" description = "The official Python library for the perplexity API" dynamic = ["readme"] license = "Apache-2.0" @@ -69,7 +69,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/perplexity/_version.py b/src/perplexity/_version.py index 3e62cf9..a0c5adf 100644 --- a/src/perplexity/_version.py +++ b/src/perplexity/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "perplexity" -__version__ = "0.29.0" # x-release-please-version +__version__ = "0.29.1" # x-release-please-version