Prepare for merge into 2.8

This commit is contained in:
Jeremy Stretch 2020-04-24 10:38:09 -04:00
parent dc9617c7aa
commit 178052b2f6

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