Release v3.4.0

This commit is contained in:
jeremystretch
2022-12-14 13:10:22 -05:00
parent 93685d92a4
commit bbc68f9484
6 changed files with 8 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
# Environment setup
#
VERSION = '3.4-beta1'
VERSION = '3.4.0'
# Hostname
HOSTNAME = platform.node()