Release v2.3-beta1

This commit is contained in:
Jeremy Stretch 2018-01-25 14:24:51 -05:00
parent f2c9135b96
commit d6f5201e53

View File

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