From 0dc49e18f1c759278bace8eb5a5ffb3eb54f210e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Oct 2023 15:49:35 +0000 Subject: [PATCH] chore: bump version to 0.28.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 590fc927..863bfd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.28.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.28.1) - 2023-10-05 + +### Fix + +* OCR settings sent to DS are malformed ([#139](https://github.com/DS4SD/deepsearch-toolkit/issues/139)) ([`d50edd9`](https://github.com/DS4SD/deepsearch-toolkit/commit/d50edd9102be0f728e0f97edccb4635233441406)) + ## [v0.28.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.28.0) - 2023-10-02 ### Feature diff --git a/pyproject.toml b/pyproject.toml index feb6a4e2..37ce8bee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.28.0" # DO NOT EDIT, updated automatically +version = "0.28.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"