Release v3.6.1

This commit is contained in:
Jeremy Stretch
2023-09-06 14:04:57 -04:00
parent bb6b4d01c1
commit 90ab4b3c86
5 changed files with 14 additions and 10 deletions

View File

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