Post-release version bump

This commit is contained in:
Jeremy Stretch 2020-12-14 14:41:01 -05:00
parent f572f66426
commit c1e56a3717

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