From 36090d9f02b957fa66bef509dd488d9bcb6f8c44 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 31 Jan 2018 11:15:26 -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 35f8264b8..25e5f304b 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -13,7 +13,7 @@ except ImportError: ) -VERSION = '2.2.9' +VERSION = '2.2.10-dev' BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))