Skip to content

Commit d39b5a3

Browse files
release: 2.25.0 (#460)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da019d3 commit d39b5a3

4 files changed

Lines changed: 19 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.24.1"
2+
".": "2.25.0"
33
}

CHANGELOG.md

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

3+
## [2.25.0](https://github.com/togethercomputer/together-py/compare/v2.24.1...v2.25.0) (2026-07-21)
4+
5+
6+
### Features
7+
8+
* add headlamp add-on to gpu cluster ([9351f49](https://github.com/togethercomputer/together-py/commit/9351f495c3be345c7cbb5185b97016045d1aa5a6))
9+
* Add HOST_POWER_CYCLE to remediations CLI modes and state ([#444](https://github.com/togethercomputer/together-py/issues/444)) ([da019d3](https://github.com/togethercomputer/together-py/commit/da019d34c8fedaa1ce18e9549702af01d0dcd8af))
10+
* add Slurm Web addon to gpu cluster ([cfeb835](https://github.com/togethercomputer/together-py/commit/cfeb83532cdbf2b4883486788f1aa2fb53682632))
11+
* expose GPU cluster add-on flags for headlamp and slurm web ([#461](https://github.com/togethercomputer/together-py/issues/461)) ([9e6741d](https://github.com/togethercomputer/together-py/commit/9e6741d359a678330ce0bb3b196f52f12fe32189))
12+
13+
14+
### Bug Fixes
15+
16+
* Improve CLI legibility on light/white terminal backgrounds ([#457](https://github.com/togethercomputer/together-py/issues/457)) ([5da1f1b](https://github.com/togethercomputer/together-py/commit/5da1f1b0514838af3350cad85938d2d19348e18b))
17+
* Revert server host change for chat completions inference ([aa92642](https://github.com/togethercomputer/together-py/commit/aa926427a0b0d3522d105e51201b84994a71ea3b))
18+
319
## [2.24.1](https://github.com/togethercomputer/together-py/compare/v2.24.0...v2.24.1) (2026-07-18)
420

521

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.24.1"
3+
version = "2.25.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.24.1" # x-release-please-version
4+
__version__ = "2.25.0" # x-release-please-version

0 commit comments

Comments
 (0)