From 5dc9723585816071d542edebc610c9f66bd594c5 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 16 Nov 2017 12:01:09 -0500 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 73861936b..557477c3d 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.2.6' +VERSION = '2.2.7-dev' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))