From bfe8979523c10c9a92e0df456ed0d7ce4093a815 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 7 Jul 2016 12:27:27 -0400 Subject: [PATCH] Version bump for v1.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 860c2828827..b4e0c24bda3 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -11,7 +11,7 @@ "the documentation.") -VERSION = '1.1.0-dev' +VERSION = '1.1.0' # Import local configuration for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: