From dafdbc9ddbd134366d80ab52dd15400ec13545b4 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 5 Jul 2017 14:34:46 -0400 Subject: [PATCH] Release v2.0.8 --- 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 8e31ce8e9..f869ce236 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.0.8-dev' +VERSION = '2.0.8' # Import required configuration parameters ALLOWED_HOSTS = DATABASE = SECRET_KEY = None