Skip to content

Commit

Permalink
🚀🚧 v0.4.2 Maintenance release
Browse files Browse the repository at this point in the history
- 🩹🚧 Backport of bugfix #927 discovered in PR #860 related to initial_concentration normalization when saving results (#934).
  • Loading branch information
jsnel committed Dec 11, 2021
1 parent 2ce9425 commit 8677c65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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 (#934).

## 0.4.1 (2021-09-07)

### ✨ Features
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.4.1"
__version__ = "0.4.2"


def __getattr__(attribute_name: str):
Expand Down

0 comments on commit 8677c65

Please sign in to comment.