From a98d0147632df4bb8c6b0f3dbdebb83ed452a6dd Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 31 Jan 2019 09:06:49 -0500 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 ba7cca57b..5608f42a3 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -22,7 +22,7 @@ except ImportError: ) -VERSION = '2.5.4' +VERSION = '2.5.5-dev' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))