From f87a00779a9b359c2a199fce21d79252a4eb6401 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 20 Jun 2019 16:55:43 -0400 Subject: [PATCH] Release v2.6.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 b29e70701..8c9d288cc 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured # Environment setup # -VERSION = '2.6-beta1' +VERSION = '2.6.0' # Hostname HOSTNAME = platform.node()