Bump version to v0.6.2 and update changelog

This commit is contained in:
Jason Paryani
2017-11-30 22:08:01 -08:00
parent 6831626a8e
commit add8af4bc9
2 changed files with 4 additions and 1 deletions

View File

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