Release v2.10.1

This commit is contained in:
Jeremy Stretch 2020-12-15 22:03:54 -05:00
parent c835ec5102
commit 2dad44c93f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# NetBox v2.10 # NetBox v2.10
## v2.10.1 (FUTURE) ## v2.10.1 (2020-12-15)
### Bug Fixes ### Bug Fixes

View File

@ -16,7 +16,7 @@ from django.core.validators import URLValidator
# Environment setup # Environment setup
# #
VERSION = '2.10.1-dev' VERSION = '2.10.1'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()