From 188cfa08a976a9899734008f0b33d6edf51d3bd6 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 9 May 2017 22:48:14 -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 861c618cd..b625f653c 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.0.1' +VERSION = '2.0.2-dev' # Import local configuration ALLOWED_HOSTS = DATABASE = SECRET_KEY = None