From c7e9d90321b1566b0ab191adfddcc95673b54671 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 25 Jul 2017 11:19:33 -0400 Subject: [PATCH] Release v2.1.0 --- 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 b3f0b5187..28d98acf1 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.1.0-dev' +VERSION = '2.1.0' # Import required configuration parameters ALLOWED_HOSTS = DATABASE = SECRET_KEY = None