From 178052b2f6bc19d0d0b063070d40ae028e934157 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 24 Apr 2020 10:38:09 -0400 Subject: [PATCH] Prepare for merge into 2.8 --- 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 711402c54..8b1541a23 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.0-dev' +VERSION = '2.8.2-dev' # Hostname HOSTNAME = platform.node()