From 372e9335b16c74266e581c8802c6c8b1fec6f320 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 30 Aug 2017 14:44:55 -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 d3162bfe2..02cb5953d 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.1.4' +VERSION = '2.1.5-dev' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))