From e02c4e37e02d757b7e96eb0263b166f0357c758d Mon Sep 17 00:00:00 2001 From: Philipp Rohde Date: Tue, 7 May 2024 11:03:24 +0200 Subject: [PATCH] release of v0.15.5 --- CHANGELOG.md | 3 +++ DeTrusty/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84572b..78b885f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.15.5 - 07 May 2024 +- Fix variables included in projected variables for aggregates with alias + # v0.15.4 - 12 Apr 2024 - Add more functions to the Config class in order to avoid direct access of its attributes - Move version information inside the package diff --git a/DeTrusty/__version__.py b/DeTrusty/__version__.py index d2a3165..d89af2c 100644 --- a/DeTrusty/__version__.py +++ b/DeTrusty/__version__.py @@ -1 +1 @@ -__version__ = '0.15.4' +__version__ = '0.15.5'