This commit is contained in:
Jeremy Stretch 2023-09-26 16:31:33 -04:00
parent ccc9e89e1a
commit 786f0cc7f3
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.6
## v3.6.4 (FUTURE)
---
## v3.6.3 (2023-09-26)
### Enhancements

View File

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