From d4a931882638512d088cec4447752000227e5b3e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 13 Dec 2018 15:24:13 -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 49c619962..cc18bf4c4 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -22,7 +22,7 @@ except ImportError: ) -VERSION = '2.5.1' +VERSION = '2.5.2-dev' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))