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

Version bump: v1.2.1

This commit is contained in:
Jeremy Stretch
2016-07-13 12:01:34 -04:00
parent 6f1ed9fc16
commit d9bf199e75

View File

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