From d0dc505220c98822d5c2779ca0f8ee62adea6726 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 14 Jul 2017 10:07:21 -0400 Subject: [PATCH] Release v2.0.10 --- 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 8e6376677..af84e323b 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.0.10-dev' +VERSION = '2.0.10' # Import required configuration parameters ALLOWED_HOSTS = DATABASE = SECRET_KEY = None