diff --git a/docs/release-notes/version-2.10.md b/docs/release-notes/version-2.10.md index 03ac644da..a3ab5968c 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.3 (FUTURE) +## v2.10.3 (2021-01-05) ### Bug Fixes diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 987452255..4c36332fc 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.3-dev' +VERSION = '2.10.3' # Hostname HOSTNAME = platform.node()