From fd8782134d5959e5dc22a0dc6da79c7b8d9a2f8f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 11 Aug 2016 13:54:07 -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 67f808745..81098d5c5 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -12,7 +12,7 @@ except ImportError: "the documentation.") -VERSION = '1.5.1' +VERSION = '1.5.2-dev' # Import local configuration for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: