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

Relase v1.6.0

This commit is contained in:
Jeremy Stretch
2016-09-13 12:08:36 -04:00
parent cd2fa6ed78
commit cbfdd5dbd1

View File

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