diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e756293..96dfab3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.19.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bbf8f..3d1ea15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1](https://github.com/linq-team/linq-python/compare/v0.19.0...v0.19.1) (2026-08-04) + + +### Bug Fixes + +* flatten poll subresources to avoid go compile errors ([7075b92](https://github.com/linq-team/linq-python/commit/7075b9271c2b9e981a8e4988cf6dfffa781157cb)) + ## [0.19.0](https://github.com/linq-team/linq-python/compare/v0.18.0...v0.19.0) (2026-08-04) diff --git a/pyproject.toml b/pyproject.toml index 0650924..c518459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.19.0" +version = "0.19.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 3681f6a..73f864a 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.19.0" # x-release-please-version +__version__ = "0.19.1" # x-release-please-version