From e04a5dc81fc41769069609e992699dffe4a3d79f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 8 Apr 2020 13:34:36 -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 ba2060ce4..8217c5c6c 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -15,7 +15,7 @@ from django.core.validators import URLValidator # Environment setup # -VERSION = '2.7.12' +VERSION = '2.7.13-dev' # Hostname HOSTNAME = platform.node()