Post-release version bump

This commit is contained in:
Jeremy Stretch 2020-12-14 14:41:01 -05:00
parent 6450f74bf9
commit a76d4384bc

View File

@ -16,7 +16,7 @@ from django.core.validators import URLValidator
# Environment setup
#
VERSION = '2.10.0'
VERSION = '2.10.1-dev'
# Hostname
HOSTNAME = platform.node()