From af796871aa71c210681f00abf2bf509f813c959e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 6 Aug 2018 12:18:44 -0400 Subject: [PATCH] Release v2.4.0 --- 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 c0ccfa12b..6f1c240aa 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-beta1' +VERSION = '2.4.0' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))