Post-release version bump

This commit is contained in:
Jeremy Stretch 2019-06-20 17:01:21 -04:00
parent f87a00779a
commit 39d9977234

View File

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