diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d52d2b9..3b07edf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.0" + ".": "0.13.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c55c6..2ef5658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.13.1 (2026-07-14) + +Full Changelog: [v0.13.0...v0.13.1](https://github.com/DealerMax-app/partnermax-python/compare/v0.13.0...v0.13.1) + +### Bug Fixes + +* **internal:** resolve build failures ([7a2aa55](https://github.com/DealerMax-app/partnermax-python/commit/7a2aa5543584d1bac58e057fe472cfcc0c6980bb)) + ## 0.13.0 (2026-06-29) Full Changelog: [v0.12.2...v0.13.0](https://github.com/DealerMax-app/partnermax-python/compare/v0.12.2...v0.13.0) diff --git a/pyproject.toml b/pyproject.toml index f3e3aaa..598e512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "partnermax" -version = "0.13.0" +version = "0.13.1" description = "The official Python library for the partnermax API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/scripts/lint b/scripts/lint index da1b642..d609517 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/partnermax/_version.py b/src/partnermax/_version.py index 34d9d84..eda0886 100644 --- a/src/partnermax/_version.py +++ b/src/partnermax/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "partnermax" -__version__ = "0.13.0" # x-release-please-version +__version__ = "0.13.1" # x-release-please-version