From b47fbe1f477ade7e22d5602cf3af063b1dfe4254 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Oct 2023 07:52:59 +0000 Subject: [PATCH] chore: bump version to 0.29.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 e3e7c59b..34fd41df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.29.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.29.1) - 2023-10-20 + +### Fix + +* Handle invalid profiles ([#141](https://github.com/DS4SD/deepsearch-toolkit/issues/141)) ([`61469d8`](https://github.com/DS4SD/deepsearch-toolkit/commit/61469d813867a382cf026ff9f8fd0c9182372d87)) + ## [v0.29.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.29.0) - 2023-10-06 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 3fe5691c..f1651062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.29.0" # DO NOT EDIT, updated automatically +version = "0.29.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"