diff --git a/docs/release-notes/version-2.10.md b/docs/release-notes/version-2.10.md index 3cf2b0d09..7cf199e21 100644 --- a/docs/release-notes/version-2.10.md +++ b/docs/release-notes/version-2.10.md @@ -1,6 +1,6 @@ # NetBox v2.10 -## v2.10.1 (FUTURE) +## v2.10.1 (2020-12-15) ### Bug Fixes diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 6dbc61018..b2269ca0e 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.10.1-dev' +VERSION = '2.10.1' # Hostname HOSTNAME = platform.node()