diff --git a/CHANGELOG.md b/CHANGELOG.md index a51653e4b..34d4b7f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v2.6.5 (FUTURE) +v2.6.5 (2019-09-25) ## Enhancements diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 2fbdc6ac7..39380cf7c 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.5-dev' +VERSION = '2.6.5' # Hostname HOSTNAME = platform.node()