This commit is contained in:
Jeremy Stretch 2023-11-09 16:04:38 -05:00
parent 6ac25eeb65
commit d52a6d3b10
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.6 # NetBox v3.6
## v3.6.6 (FUTURE)
---
## v3.6.5 (2023-11-09) ## v3.6.5 (2023-11-09)
### 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.5' VERSION = '3.6.6-dev'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()