From a83bcb3b3c805709312170183482457cf3088509 Mon Sep 17 00:00:00 2001 From: Joris Snellenburg Date: Sun, 12 Dec 2021 00:20:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=F0=9F=9A=A7=20v0.4.2=20Maintenance?= =?UTF-8?q?=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 🩹🚧 Backport of bugfix #927 discovered in PR #860 related to initial_concentration normalization when saving results (#935). --- changelog.md | 6 ++++++ glotaran/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 98fffb212..ad5750c51 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.2 (2021-12-12) + +### 🩹 Bug fixes + +- 🩹🚧 Backport of bugfix #927 discovered in PR #860 related to initial_concentration normalization when saving results (#935). + ## 0.4.1 (2021-09-07) ### ✨ Features diff --git a/glotaran/__init__.py b/glotaran/__init__.py index 196df8c62..861fe447c 100644 --- a/glotaran/__init__.py +++ b/glotaran/__init__.py @@ -8,7 +8,7 @@ load_plugins() -__version__ = "0.4.1" +__version__ = "0.4.2" def __getattr__(attribute_name: str):