From f888d50a156c9c5cbbcd84b2acdcd1004f323a9b 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 b29e707015a..8c9d288ccea 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()