From 3cdf2ae17c5b869aeed9e843ca34e4031b147346 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jan 2025 13:10:30 +0000 Subject: [PATCH] chore: bump version to 2.0.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d9eb4a..04745c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v2.0.0) - 2025-01-17 + +### Feature + +* Chemistry Queries for PatCID2 ([#191](https://github.com/DS4SD/deepsearch-toolkit/issues/191)) ([`32bcf5c`](https://github.com/DS4SD/deepsearch-toolkit/commit/32bcf5c585c839a5e3591a679d10827e7e0a7d03)) +* Change conversion tasks to cps api ([#190](https://github.com/DS4SD/deepsearch-toolkit/issues/190)) ([`4150e78`](https://github.com/DS4SD/deepsearch-toolkit/commit/4150e785b85937321b57ebec7978f2b69e5a2b07)) + +### Breaking + +* Chemistry Queries for PatCID2 ([#191](https://github.com/DS4SD/deepsearch-toolkit/issues/191)) ([`32bcf5c`](https://github.com/DS4SD/deepsearch-toolkit/commit/32bcf5c585c839a5e3591a679d10827e7e0a7d03)) +* change conversion tasks to cps api ([#190](https://github.com/DS4SD/deepsearch-toolkit/issues/190)) ([`4150e78`](https://github.com/DS4SD/deepsearch-toolkit/commit/4150e785b85937321b57ebec7978f2b69e5a2b07)) + ## [v1.1.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.1.1) - 2024-10-17 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6a3c9bc2..1194b163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "1.1.1" # DO NOT EDIT, updated automatically +version = "2.0.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"