Skip to content

Commit

Permalink
Prepare 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerstampa committed Oct 18, 2023
1 parent d408127 commit 905feae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0

- Turned all NamedTuples into Dataclasses. Even if this is technically a breaking change
probably not much source code is actually affected as constructing instances still behaves
the same.

## 3.5.1

- Fix failing serialization of Prompt-based Documents in QA requests.
Expand Down
2 changes: 1 addition & 1 deletion aleph_alpha_client/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.5.1"
__version__ = "4.0.0"

0 comments on commit 905feae

Please sign in to comment.