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

Post-release version bump

This commit is contained in:
Jeremy Stretch
2017-04-06 16:36:42 -04:00
parent 35a0a658a7
commit abc51fdc5d

View File

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