From 9736d635775e47c3a0582dbe9bfa75c6e253994e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 8 Jun 2017 10:05:26 -0400 Subject: [PATCH] Release v2.0.5 --- 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 acdf8e38b..4228f1b27 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.0.5-dev' +VERSION = '2.0.5' # Import local configuration ALLOWED_HOSTS = DATABASE = SECRET_KEY = None