From 1e04bd3c79983274611d85985fabd399c8c0bfc7 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 10 Jul 2017 13:15:52 -0400 Subject: [PATCH] Release v2.1-beta --- 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 b3f0b5187b5..2f198586869 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ ) -VERSION = '2.1.0-dev' +VERSION = '2.1-beta' # Import required configuration parameters ALLOWED_HOSTS = DATABASE = SECRET_KEY = None