From 7d1f6b7049a5eec95092b1c003a9ac8dfdd1d553 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 5 Oct 2018 15:49:51 -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 cc393b833..c96503e4d 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -22,7 +22,7 @@ if sys.version_info[0] < 3: DeprecationWarning ) -VERSION = '2.4.6' +VERSION = '2.4.7-dev' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))