Post-release version bump

This commit is contained in:
Jeremy Stretch 2019-09-25 13:29:22 -04:00
parent 6d8d617cbc
commit d092568fbf

View File

@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
# Environment setup
#
VERSION = '2.6.5'
VERSION = '2.6.6-dev'
# Hostname
HOSTNAME = platform.node()