diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c5fe8ab6..1441304d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.25.0" + ".": "2.26.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5d04ea..835a783e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.26.0](https://github.com/togethercomputer/together-py/compare/v2.25.0...v2.26.0) (2026-07-22) + + +### Features + +* add fine-tunes preview endpoint ([f8225fd](https://github.com/togethercomputer/together-py/commit/f8225fdf6172941bebad9be7b5db02a7d6fd57fe)) +* Detect outdated CLI versions and auto-prompt/suggest upgrade path to users. ([#456](https://github.com/togethercomputer/together-py/issues/456)) ([e870160](https://github.com/togethercomputer/together-py/commit/e870160e35a6c0e5ba1563ce365215d612dfc3fd)) + + +### Bug Fixes + +* Ensure `endpoints deploy` command uses the deploy id and revision id when provided ([#463](https://github.com/togethercomputer/together-py/issues/463)) ([7859f99](https://github.com/togethercomputer/together-py/commit/7859f995e6177114cccfe8b1e60a124ebda3e07e)) + ## [2.25.0](https://github.com/togethercomputer/together-py/compare/v2.24.1...v2.25.0) (2026-07-21) diff --git a/pyproject.toml b/pyproject.toml index 7be786b7..0443d945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "together" -version = "2.25.0" +version = "2.26.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 975c6e4b..cfdcdfa7 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.25.0" # x-release-please-version +__version__ = "2.26.0" # x-release-please-version