Post-release version bump

This commit is contained in:
Jeremy Stretch 2019-11-01 15:54:17 -04:00
parent f6fbf66c8c
commit a2a83a4a4c

View File

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