1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
This commit is contained in:
jeremystretch
2021-11-03 09:51:28 -04:00
parent f5356b84f6
commit 11e2200acf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# NetBox v3.0 # NetBox v3.0
## v3.0.10 (FUTURE)
---
## v3.0.9 (2021-11-03) ## v3.0.9 (2021-11-03)
### Enhancements ### Enhancements

View File

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