Post-release version bump

This commit is contained in:
Jeremy Stretch 2020-04-13 11:31:16 -04:00
parent 488129d7ad
commit 8b57a888e7

View File

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