diff --git a/docs/release-notes/version-2.9.md b/docs/release-notes/version-2.9.md index 2795e311a..4e758ead7 100644 --- a/docs/release-notes/version-2.9.md +++ b/docs/release-notes/version-2.9.md @@ -1,6 +1,6 @@ # NetBox v2.9 -## v2.9.7 (FUTURE) +## v2.9.7 (2020-10-12) ### Bug Fixes diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index f5ee03ecf..e27939408 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -16,7 +16,7 @@ from django.core.validators import URLValidator # Environment setup # -VERSION = '2.9.7-dev' +VERSION = '2.9.7' # Hostname HOSTNAME = platform.node()