diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8f3e0a4..56b9e50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.15.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c49ac7..4a16c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.1](https://github.com/linq-team/linq-python/compare/v0.15.0...v0.15.1) (2026-07-06) + + +### Documentation + +* clarify phone line reputation status descriptions ([#34](https://github.com/linq-team/linq-python/issues/34)) ([a5a6a99](https://github.com/linq-team/linq-python/commit/a5a6a99e2a66bacd6f50b36155d8ffb152a4a85a)) + ## [0.15.0](https://github.com/linq-team/linq-python/compare/v0.14.0...v0.15.0) (2026-06-21) diff --git a/pyproject.toml b/pyproject.toml index 61c9cac..909cd24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.15.0" +version = "0.15.1" description = "The official Python library for the linq-api-v3 API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/linq/_version.py b/src/linq/_version.py index 11c20f6..b1718c4 100644 --- a/src/linq/_version.py +++ b/src/linq/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "linq" -__version__ = "0.15.0" # x-release-please-version +__version__ = "0.15.1" # x-release-please-version