Skip to content

Commit 0f53408

Browse files
release: 2.27.0 (#471)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 136b566 commit 0f53408

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.26.1"
2+
".": "2.27.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.27.0](https://github.com/togethercomputer/together-py/compare/v2.26.1...v2.27.0) (2026-07-23)
4+
5+
6+
### Features
7+
8+
* **cli:** add fine-tuning preview command ([#466](https://github.com/togethercomputer/together-py/issues/466)) ([136b566](https://github.com/togethercomputer/together-py/commit/136b566736f931afe0c321bbd8932c77eef9deec))
9+
* **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))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
* **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))
16+
317
## [2.26.1](https://github.com/togethercomputer/together-py/compare/v2.26.0...v2.26.1) (2026-07-22)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "together"
3-
version = "2.26.1"
3+
version = "2.27.0"
44
description = "The official Python library for the together API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/together/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "together"
4-
__version__ = "2.26.1" # x-release-please-version
4+
__version__ = "2.27.0" # x-release-please-version

0 commit comments

Comments
 (0)