From 0baa417d98228ef144851ee208005e1984cc255a Mon Sep 17 00:00:00 2001 From: Andreas Hartel Date: Wed, 27 Sep 2023 16:13:59 +0200 Subject: [PATCH] Prepare release --- Changelog.md | 4 ++++ aleph_alpha_client/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7aa2889..7708348 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 3.5.1 + +- Fix failing serialization of Prompt-base Documents in QA requests + ## 3.5.0 - Deprecation of `qa` and `summarization` methods on `Client` and `AsyncClient`. New methods of processing these tasks will be released before they are removed in the next major version. diff --git a/aleph_alpha_client/version.py b/aleph_alpha_client/version.py index dcbfb52..0c11bab 100644 --- a/aleph_alpha_client/version.py +++ b/aleph_alpha_client/version.py @@ -1 +1 @@ -__version__ = "3.5.0" +__version__ = "3.5.1"