Correct version number

This commit is contained in:
Jeremy Stretch 2019-10-10 12:41:02 -04:00
parent d58f66f809
commit 085cb22c24

View File

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