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

Release v1.8.1

This commit is contained in:
Jeremy Stretch
2017-01-04 15:28:53 -05:00
parent 0d4b2a6e92
commit bce23ebdf5

View File

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