1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

version bump for v2.8.0

This commit is contained in:
John Anderson
2020-01-29 16:46:44 -05:00
parent 03087e9d01
commit 8274903985

View File

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