From 1b7f3e643d1467c62ff27430269a8249f2faebbc Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 2 Jul 2018 15:55:46 -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 5e4e8c76f..71c41063c 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -22,7 +22,7 @@ if sys.version_info[0] < 3: DeprecationWarning ) -VERSION = '2.3.5' +VERSION = '2.3.6-dev' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))