From 1c1f4068cd7583b8fb0ed48d6da5660ba16a3715 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 2 Aug 2017 14:20:20 -0400 Subject: [PATCH] Release v2.1.1 --- 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 2cac4ad7d..c97c9bbc5 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.1.1-dev' +VERSION = '2.1.1' # Import required configuration parameters ALLOWED_HOSTS = DATABASE = SECRET_KEY = None