From 1af9ea9e2d1c20738b9ab43033696a14312c00b5 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 15 Nov 2016 12:36:17 -0500 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 ccc94488b..bac839dd7 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -12,7 +12,7 @@ except ImportError: "the documentation.") -VERSION = '1.7.1' +VERSION = '1.7.2-dev' # Import local configuration for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: