Bump version to v0.5.8 and update CHANGELOG

This commit is contained in:
Jason Paryani
2016-05-27 17:21:24 -07:00
parent 589400f53a
commit 239286d4ac
2 changed files with 15 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ _this_dir = os.path.dirname(__file__)
MAJOR = 0
MINOR = 5
MICRO = 7
MICRO = 8
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)