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

Quick fix for v1.6.1 related to #561

This commit is contained in:
Jeremy Stretch
2016-09-21 11:43:22 -04:00
parent b7b1682f42
commit 325d96dabb
2 changed files with 3 additions and 3 deletions

View File

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