diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5cfbcb..6994d4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.25.1" + ".": "1.25.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 11bebbe..718a55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.25.2 (2026-07-14) + +Full Changelog: [v1.25.1...v1.25.2](https://github.com/moderation-api/sdk-python/compare/v1.25.1...v1.25.2) + +### Bug Fixes + +* **internal:** resolve build failures ([d95b314](https://github.com/moderation-api/sdk-python/commit/d95b3140b5bbef7ae2422adfc1e1c56bb1cf87da)) + ## 1.25.1 (2026-06-30) Full Changelog: [v1.25.0...v1.25.1](https://github.com/moderation-api/sdk-python/compare/v1.25.0...v1.25.1) diff --git a/pyproject.toml b/pyproject.toml index 826bbf3..af5632b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moderation_api" -version = "1.25.1" +version = "1.25.2" description = "The official Python library for the moderation-api API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/scripts/lint b/scripts/lint index d035533..803d0aa 100755 --- a/scripts/lint +++ b/scripts/lint @@ -13,7 +13,7 @@ else fi echo "==> Running pyright" -uv run pyright +uv run pyright -p . echo "==> Running mypy" uv run mypy . diff --git a/src/moderation_api/_version.py b/src/moderation_api/_version.py index 88d5c5c..f7d35d9 100644 --- a/src/moderation_api/_version.py +++ b/src/moderation_api/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "moderation_api" -__version__ = "1.25.1" # x-release-please-version +__version__ = "1.25.2" # x-release-please-version