1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Release v3.0-beta2

This commit is contained in:
jeremystretch
2021-08-13 14:19:43 -04:00
parent 90a820e0cf
commit e8fb86a283
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# NetBox v3.0
## v3.0-beta2 (FUTURE)
## v3.0-beta2 (2021-08-13)
### Enhancements

View File

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