1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Release v3.7.0

This commit is contained in:
Jeremy Stretch
2023-12-29 09:43:09 -05:00
parent 7c4b939b59
commit d99e6510e1
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ from netbox.plugins import PluginConfig
# Environment setup
#
VERSION = '3.7-beta1'
VERSION = '3.7.0'
# Hostname
HOSTNAME = platform.node()