Skip to content

Commit

Permalink
prep for 0.2.1 release which will sync with zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphaltip committed Nov 28, 2018
1 parent b221a76 commit b79ca68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AAFTF/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion AAFTF/version_hardcode.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b79ca68

Please sign in to comment.