Post-release version bump

This commit is contained in:
Jeremy Stretch 2019-09-19 09:36:23 -04:00
parent be2417d808
commit 353195850f

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