From f4a873745f48f2c53bca0cd95a7198b3daea8341 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 25 Jul 2017 11:26:50 -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 28d98acf1..d48b72c1f 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.1.0' +VERSION = '2.1.1-dev' # Import required configuration parameters ALLOWED_HOSTS = DATABASE = SECRET_KEY = None