Bump version to v0.5.9 and update CHANGELOG

This commit is contained in:
Jason Paryani
2016-07-07 12:15:14 -07:00
parent da233c46ad
commit 3efb3f41f0
2 changed files with 7 additions and 1 deletions

View File

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