From 17d5c4ca40b3d0b8e540cec4faea571b3a539049 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 15:07:47 +0000 Subject: [PATCH] chore: bump version to 1.1.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 5d73e7ee..c26bc107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.1.0) - 2024-10-16 + +### Feature + +* Upgrade to new docling-core ([#187](https://github.com/DS4SD/deepsearch-toolkit/issues/187)) ([`0ee10ce`](https://github.com/DS4SD/deepsearch-toolkit/commit/0ee10ce51edc0abca7321f66600546c94ce7f7be)) + ## [v1.0.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.0.1) - 2024-09-09 ### Fix diff --git a/pyproject.toml b/pyproject.toml index a8cb463e..3e4c8c64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "1.0.1" # DO NOT EDIT, updated automatically +version = "1.1.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"