From bc18d241e8314f3d43877e6a5e7e0c0f987816b1 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 25 May 2017 14:46:34 -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 c6d48454a..7eec50475 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.0.4' +VERSION = '2.0.5-dev' # Import local configuration ALLOWED_HOSTS = DATABASE = SECRET_KEY = None