From 5037046624845b8a3a8cb106fea49b078a619949 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 21 Apr 2017 14:47:31 -0400 Subject: [PATCH] Release v1.9.6 --- 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 57dcdd275..e76f71e73 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -12,7 +12,7 @@ except ImportError: "the documentation.") -VERSION = '1.9.6-dev' +VERSION = '1.9.6' # Import local configuration for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: