Correct version number

This commit is contained in:
Jeremy Stretch 2019-10-10 12:41:02 -04:00
parent 81acf57518
commit c2b1556d68

View File

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