Post-release version bump

This commit is contained in:
Jeremy Stretch 2020-01-28 16:42:33 -05:00
parent be716a3345
commit 4629cda9ad

View File

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