From b79ca689a8f53ca3b413837ea2efd14494d798ce Mon Sep 17 00:00:00 2001 From: Jason Stajich Date: Tue, 27 Nov 2018 23:28:06 -0800 Subject: [PATCH] prep for 0.2.1 release which will sync with zenodo --- AAFTF/version.py | 2 +- AAFTF/version_hardcode.py | 2 +- RELEASE_NOTES.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AAFTF/version.py b/AAFTF/version.py index b669159..e048ec0 100644 --- a/AAFTF/version.py +++ b/AAFTF/version.py @@ -10,7 +10,7 @@ tag_re = re.compile(r'\btag: %s([0-9][^,]*)\b' % PREFIX) version_re = re.compile('^Version: (.+)$', re.M) -__version__ = "0.2.0" +__version__ = "0.2.1" def get_version(): # Return the version if it has been injected into the file by git-archive diff --git a/AAFTF/version_hardcode.py b/AAFTF/version_hardcode.py index d3ec452..3ced358 100644 --- a/AAFTF/version_hardcode.py +++ b/AAFTF/version_hardcode.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 769c478..239abb9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,6 +3,9 @@ Release notes for AAFTF Automatic Assembly For The Fungi +* v0.2.1 + 1. Fix some README docs + 2. Sync zenodo with this release * v0.2.0 1. rework temporary file, prefix use throughout, not relying on a set working directory so that multiple runs can be completed in a single folder