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

Release v1.7.0

This commit is contained in:
Jeremy Stretch
2016-11-03 15:06:08 -04:00
parent ea92e92c5a
commit 6c1fb1bd02

View File

@ -12,7 +12,7 @@ except ImportError:
"the documentation.")
VERSION = '1.6.4-dev'
VERSION = '1.7.0'
# Import local configuration
for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: