From 7a68e1d9010a7d7adb162fa5f4740b976d5ca40d Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 30 Jun 2016 18:29:37 -0400 Subject: [PATCH] Post-release version bump --- netbox/netbox/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 7e4a22378..51de92a25 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -11,7 +11,7 @@ except ImportError: "the documentation.") -VERSION = '1.0.7' +VERSION = '1.0.8-dev' # Import local configuration for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: