Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Stretch
47991a3097 Merge branch 'develop-2.3' into v2.3-beta1 2018-01-25 14:35:34 -05:00
Jeremy Stretch
d6f5201e53 Release v2.3-beta1 2018-01-25 14:24:51 -05:00

View File

@@ -22,7 +22,7 @@ if sys.version_info[0] < 3:
DeprecationWarning
)
VERSION = '2.3.0-dev'
VERSION = '2.3-beta1'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))