Skip to content

Commit

Permalink
update version to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Oct 25, 2017
1 parent 69503d3 commit 63bc40e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGES.md

## v0.2.7
* Fix issue #97 where valid input arguments were not recognised in the download script

## v0.2.6
* Add Dockerfiles for making Docker images

Expand Down
4 changes: 1 addition & 3 deletions pyani/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# python package version
# should match r"^__version__ = '(?P<version>[^']+)'$" for setup.py
__version__ = '0.2.6'


__version__ = '0.2.7'

0 comments on commit 63bc40e

Please sign in to comment.