Release v2.3-beta2

This commit is contained in:
Jeremy Stretch 2018-02-06 15:12:31 -05:00
parent b2c5bcd4f1
commit 1033c8677a

View File

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