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
2016-08-10 17:48:14 -04:00
parent 0f779dd682
commit 3324f397d9

View File

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