From a5512dd4c46c005df8752fc330c1382ac22b31ea Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 15 Jun 2020 14:57:05 -0400 Subject: [PATCH] Post-release version bump --- 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 7f341264d..bb1853e03 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.8.6' +VERSION = '2.8.7-dev' # Hostname HOSTNAME = platform.node()