From 409461a7185373623287893e6250ed884baa97cb Mon Sep 17 00:00:00 2001 From: Josh Flayhart Date: Sat, 25 Jul 2026 21:51:14 -0700 Subject: [PATCH] release: 0.17.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/linq/_version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4e9013..6db19b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0" + ".": "0.17.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 863e74d..e561d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.0](https://github.com/linq-team/linq-python/compare/v0.16.0...v0.17.0) (2026-07-26) + + +### Features + +* regenerate SDKs from updated API spec ([#38](https://github.com/linq-team/linq-python/issues/38)) ([da4334f](https://github.com/linq-team/linq-python/commit/da4334fd7eb72b89ae1ad17034b27ca92c277980)) + ## [0.16.0](https://github.com/linq-team/linq-python/compare/v0.15.1...v0.16.0) (2026-07-24) diff --git a/pyproject.toml b/pyproject.toml index 0787ded..b58581c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.16.0" +version = "0.17.0" 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 50955ed..8d35980 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.16.0" # x-release-please-version +__version__ = "0.17.0" # x-release-please-version