Post-release version bump

This commit is contained in:
Jeremy Stretch 2019-09-19 09:36:23 -04:00
parent 06f911b479
commit 3c5c31e569

View File

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