From 14b9a12a2fbb24b5491c90ae333dff26035de7f2 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 23 Apr 2020 10:27:33 -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 c7116b0af..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.8.1' +VERSION = '2.8.2-dev' # Hostname HOSTNAME = platform.node()