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-07-18 13:50:46 -04:00
parent 4f347d3428
commit 7a50cd2320

View File

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