From b9cd834e9548aac4adf1cab0c6132d0283f71499 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 31 Oct 2017 14:07:19 -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 af5e6dbaa..80f3952c0 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.2.3' +VERSION = '2.2.4-dev' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))