From 143a158e4a5390f5e67c5012129bb2341e32fcd7 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 4 Sep 2019 16:23:06 -0400 Subject: [PATCH] Release v2.6.3 --- CHANGELOG.md | 2 +- netbox/netbox/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2298084..dff8168c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v2.6.3 (FUTURE) +v2.6.3 (2019-09-04) ## New Features diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 014b623cd..45eb513d1 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured # Environment setup # -VERSION = '2.6.3-dev' +VERSION = '2.6.3' # Hostname HOSTNAME = platform.node()