From fe3529c6b6cdd988b81ff8ef68bea895d048a61e Mon Sep 17 00:00:00 2001 From: aplowman Date: Tue, 9 Jun 2020 16:59:15 +0100 Subject: [PATCH] Prep for v0.2.1 --- CHANGELOG.md | 6 ++++++ matflow/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 879373c..b08ee97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.2.1] - 2020.06.09 + +### Fixed + +- Fix bug in reading `default_preparation_run_options` and `default_processing_run_options` dicts from the config file. + ## [0.2.0] - 2020.06.09 ### Added diff --git a/matflow/_version.py b/matflow/_version.py index 7fd229a..fc79d63 100644 --- a/matflow/_version.py +++ b/matflow/_version.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.2.1'