From ca206fc355cff779a165b3f9341bb20e8d0f457a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 7 Feb 2024 07:56:45 +0000 Subject: [PATCH] chore: bump version to 0.39.1 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c788b409..363d11ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.39.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.39.1) - 2024-02-07 + +### Fix + +* Align records type with API validation ([#163](https://github.com/DS4SD/deepsearch-toolkit/issues/163)) ([`8d0f7be`](https://github.com/DS4SD/deepsearch-toolkit/commit/8d0f7bea7b2ace4d19afa1437002d77b6cc72a9b)) + ## [v0.39.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.39.0) - 2024-01-31 ### Feature diff --git a/pyproject.toml b/pyproject.toml index df562c3a..e1c4de05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.39.0" # DO NOT EDIT, updated automatically +version = "0.39.1" # DO NOT EDIT, updated automatically description = "Interact with the Deep Search platform for new knowledge explorations and discoveries" authors = ["Michele Dolfi ", "André Carvalho ", "Lokesh Mishra ", "Christoph Auer ", "Kasper Dinkla ", "Cesar Berrospi Ramis ", "Panos Vagenas ", "Peter Staar "] license = "MIT"