From 943c2230bac0c0d6fd4309969385926f4bbec4b4 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 13 Aug 2020 13:12:09 -0400 Subject: [PATCH] Bump version for upcoming v2.9 release --- 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 a46709053..af9a9d2c8 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -16,7 +16,7 @@ from django.core.validators import URLValidator # Environment setup # -VERSION = '2.9-beta2' +VERSION = '2.9.0' # Hostname HOSTNAME = platform.node()