Bump version to v0.5.12 and update CHANGELOG

This commit is contained in:
Jason Paryani
2017-04-18 21:44:30 -07:00
parent 341b536baf
commit 98b5ed837b
2 changed files with 4 additions and 1 deletions

View File

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