Bump version to v0.5.11 and update CHANGELOG

This commit is contained in:
Jason Paryani
2017-04-10 20:37:16 -07:00
parent ed06d6533b
commit 44c2b8dfe6
2 changed files with 9 additions and 1 deletions

View File

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