Bump to v0.5.10 and update changelog

This commit is contained in:
Jason Paryani
2016-11-28 13:38:50 -08:00
parent 468375d566
commit 7ad51120e6
2 changed files with 6 additions and 1 deletions

View File

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