Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
WieslerTNG committed Jan 11, 2024
1 parent 09bbb7e commit 2900bd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.0.0

- Added `num_tokens_prompt_total` to the types below.
This is a breaking change since `num_tokens_prompt_total` is mandatory.
- `EvaluationResponse`
- HTTP API version 1.16.0 or higher is required.

## 6.0.0

- Added `num_tokens_prompt_total` to the types below.
Expand Down
4 changes: 2 additions & 2 deletions aleph_alpha_client/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "6.0.0"
MIN_API_VERSION = "1.15.0"
__version__ = "7.0.0"
MIN_API_VERSION = "1.16.0"

0 comments on commit 2900bd0

Please sign in to comment.