Prepare for merge into 2.8

This commit is contained in:
Jeremy Stretch 2020-04-24 10:38:09 -04:00
parent 6ae96f51c0
commit 9ef22e8790

View File

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