From 3e94a70d1b004ff5b01c41e27f6ea367237bee32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 08:54:49 +0000 Subject: [PATCH] chore: bump version to 0.28.0 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73228d3f..590fc927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.28.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.28.0) - 2023-10-02 + +### Feature + +* Documentqa ([#136](https://github.com/DS4SD/deepsearch-toolkit/issues/136)) ([`5b639c8`](https://github.com/DS4SD/deepsearch-toolkit/commit/5b639c8d88d27862fd3916e797e46a85bf0c5c36)) + ## [v0.27.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.27.0) - 2023-09-29 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 46128fbc..feb6a4e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.27.0" # DO NOT EDIT, updated automatically +version = "0.28.0" # 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"