Bump version for upcoming v2.9 release

This commit is contained in:
Jeremy Stretch 2020-08-13 13:12:09 -04:00
parent d4fd0df02c
commit 943c2230ba

View File

@ -16,7 +16,7 @@ from django.core.validators import URLValidator
# Environment setup # Environment setup
# #
VERSION = '2.9-beta2' VERSION = '2.9.0'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()