From 7ceb64b57b4a4b28ea5d377ca399021ce87220b3 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 15 May 2017 13:24: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 4eee4b485..6b319fb75 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.0.2' +VERSION = '2.0.3-dev' # Import local configuration ALLOWED_HOSTS = DATABASE = SECRET_KEY = None