From 6d2b8685a35d81884a4914cc34840de408d2d6df Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 8 Aug 2018 09:12:10 -0400 Subject: [PATCH] Release v2.4.2 --- 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 f86898ead..c2b313b56 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.2-dev' +VERSION = '2.4.2' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))