Compare commits

...

1 Commits

Author SHA1 Message Date
Jeremy Stretch
1033c8677a Release v2.3-beta2 2018-02-06 15:12:31 -05:00

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__)))