diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 808fc3cb..4bdf4894 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.26.1" + ".": "2.27.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f196e27b..22dbf663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.27.0](https://github.com/togethercomputer/together-py/compare/v2.26.1...v2.27.0) (2026-07-23) + + +### Features + +* **cli:** add fine-tuning preview command ([#466](https://github.com/togethercomputer/together-py/issues/466)) ([136b566](https://github.com/togethercomputer/together-py/commit/136b566736f931afe0c321bbd8932c77eef9deec)) +* **cli:** show fine-tune checkpoint artifact IDs ([#453](https://github.com/togethercomputer/together-py/issues/453)) ([aeedf20](https://github.com/togethercomputer/together-py/commit/aeedf206e77586eb34c26fc6d632e2e55aa05e2c)) + + +### Bug Fixes + +* **cli:** address non-interactive and endpoint list failures ([#470](https://github.com/togethercomputer/together-py/issues/470)) ([b43099d](https://github.com/togethercomputer/together-py/commit/b43099d79502c8bf7f8e46ab3109d47260cc7f37)) +* **cli:** default LoRA downloads to merged checkpoints ([#469](https://github.com/togethercomputer/together-py/issues/469)) ([854f3b8](https://github.com/togethercomputer/together-py/commit/854f3b8e4c421d2347adf05280fc1aff00a6044b)) + ## [2.26.1](https://github.com/togethercomputer/together-py/compare/v2.26.0...v2.26.1) (2026-07-22) diff --git a/pyproject.toml b/pyproject.toml index 284a0d97..81bd8295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "together" -version = "2.26.1" +version = "2.27.0" description = "The official Python library for the together API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/together/_version.py b/src/together/_version.py index 5cade018..eda66baa 100644 --- a/src/together/_version.py +++ b/src/together/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "together" -__version__ = "2.26.1" # x-release-please-version +__version__ = "2.27.0" # x-release-please-version