Skip to content

Commit

Permalink
🚀 Prepare v0.5.1 bugfix release (#945)
Browse files Browse the repository at this point in the history
⬆️ Update version number to 0.5.1

Patch release fixing two bugs:
 - 🩹 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)
  • Loading branch information
jsnel authored Dec 31, 2021
1 parent 4a44404 commit 96b4263
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion glotaran/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

load_plugins()

__version__ = "0.5.0"
__version__ = "0.5.1"


def __getattr__(attribute_name: str):
Expand Down

0 comments on commit 96b4263

Please sign in to comment.