Release v2.8.2

This commit is contained in:
Jeremy Stretch 2020-05-06 15:04:01 -04:00
parent 2e25f6b217
commit c9d0293bd0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# NetBox v2.8
## v2.8.2 (FUTURE)
## v2.8.2 (2020-05-06)
### Enhancements

View File

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