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

@ -23,7 +23,7 @@ body:
attributes: attributes:
label: NetBox Version label: NetBox Version
description: What version of NetBox are you currently running? description: What version of NetBox are you currently running?
placeholder: v3.6.9 placeholder: v3.7.0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -14,7 +14,7 @@ body:
attributes: attributes:
label: NetBox version label: NetBox version
description: What version of NetBox are you currently running? description: What version of NetBox are you currently running?
placeholder: v3.6.9 placeholder: v3.7.0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

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