diff --git a/changelog.md b/changelog.md index cabd8bb66..f06383073 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # Changelog +## 0.5.1 (2021-12-31) + +### 🩹 Bug fixes + +- 🩹 Bugfix Use normalized initial_concentrations in result creation for decay megacomplex (#927) +- 🩹 Fix save_result crashes on Windows if input data are on a different drive than result (#931) + +### 🚧 Maintenance + +- 🚧 Forward port Improve result comparison workflow and v0.4 changelog (#938) +- 🚧 Forward port of #936 test_result_consistency + ## 0.5.0 (2021-12-01) ### ✨ Features @@ -77,7 +89,7 @@ - 🧹 Move megacomplex integration tests from root level to megacomplexes (#894) - 🩹 Fix artifact download in pr_benchmark_reaction workflow (#907) -## 0.4.2 (2021-12-12) +## 0.4.2 (2021-12-31) ### 🩹 Bug fixes diff --git a/glotaran/__init__.py b/glotaran/__init__.py index 7e9773929..8d7fe5733 100644 --- a/glotaran/__init__.py +++ b/glotaran/__init__.py @@ -8,7 +8,7 @@ load_plugins() -__version__ = "0.5.0" +__version__ = "0.5.1" def __getattr__(attribute_name: str):