Version 2.0.16 Changes

Updated readme.
Version bump to 2.0.16
This commit is contained in:
Brandon Taylor
2016-06-15 20:55:42 -04:00
parent 79f5aeded2
commit 344927a393
3 changed files with 17 additions and 11 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
VERSION = (2, 0, 15)
DEV_N = None
VERSION = (2, 0, 16)
DEV_N = None
def get_version():
version = '{0}.{1}'.format(VERSION[0], VERSION[1])