This commit is contained in:
Jeremy Stretch 2023-12-15 16:46:53 -05:00
parent f1d4011b40
commit ec245b968f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.6 # NetBox v3.6
## v3.6.8 (FUTURE)
---
## v3.6.7 (2023-12-15) ## v3.6.7 (2023-12-15)
### Enhancements ### Enhancements

View File

@ -25,7 +25,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
# Environment setup # Environment setup
# #
VERSION = '3.6.7' VERSION = '3.6.8-dev'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()