From 8f9365ea968b4c344f42c4ed34e1a65f3a9fcb56 Mon Sep 17 00:00:00 2001 From: Philipp Rohde Date: Tue, 10 Dec 2024 13:12:55 +0100 Subject: [PATCH] release of v0.19.0 --- CHANGELOG.md | 5 +++++ DeTrusty/__version__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb78f9e..95bce94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.19.0 - 10 Dec 2024 +- Push all operations to the source if there is only one sub-query +- Fix rare decomposition error +- Docker: update Python and dependencies + # v0.18.3 - 26 Nov 2024 - Update dependencies - Update documentation diff --git a/DeTrusty/__version__.py b/DeTrusty/__version__.py index 6f21092..482e4a1 100644 --- a/DeTrusty/__version__.py +++ b/DeTrusty/__version__.py @@ -1 +1 @@ -__version__ = '0.18.3' +__version__ = '0.19.0'