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

Fixes #727: Corrected error in rack elevation display

This commit is contained in:
Jeremy Stretch
2016-12-06 15:27:35 -05:00
parent e58ee4e0e3
commit da216e2c22
2 changed files with 2 additions and 2 deletions

View File

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