Bump version to v0.6.3 and update changelog

This commit is contained in:
Jason Paryani
2018-01-14 11:57:08 -08:00
parent 1665f9003f
commit 19e1b189ca
2 changed files with 5 additions and 1 deletions

View File

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