Merge branch 'master' into develop

This commit is contained in:
Jude Nelson
2018-10-18 15:28:09 -04:00
13 changed files with 1683 additions and 279 deletions

View File

@@ -1,5 +1,5 @@
# this is the only place where version should be updated
__version_major__ = '20'
__version_minor__ = '0'
__version_patch__ = '0'
__version_patch__ = '2'
__version__ = '{}.{}.{}.0'.format(__version_major__, __version_minor__, __version_patch__)