From 5152f46842adecde733a8eca4f1af19495bb24c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Sep 2023 15:41:49 +0000 Subject: [PATCH] chore: bump version to 0.26.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 9c97065d..afad5b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.26.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.26.0) - 2023-09-26 + +### Feature + +* Add API object creation from settings ([#137](https://github.com/DS4SD/deepsearch-toolkit/issues/137)) ([`8eeb789`](https://github.com/DS4SD/deepsearch-toolkit/commit/8eeb78914f287e981c26ea377c82499cae05298a)) + ## [v0.25.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.25.0) - 2023-09-01 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 22812141..bd98b0c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.25.0" # DO NOT EDIT, updated automatically +version = "0.26.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"