Release v3.1.0
This commit is contained in:
parent
5561b46a59
commit
5164b78da1
|
|
@ -14,7 +14,7 @@ body:
|
|||
attributes:
|
||||
label: NetBox version
|
||||
description: What version of NetBox are you currently running?
|
||||
placeholder: v3.0.12
|
||||
placeholder: v3.1.0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ body:
|
|||
attributes:
|
||||
label: NetBox version
|
||||
description: What version of NetBox are you currently running?
|
||||
placeholder: v3.0.12
|
||||
placeholder: v3.1.0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ from netbox.config import PARAMS
|
|||
# Environment setup
|
||||
#
|
||||
|
||||
VERSION = '3.1-beta1'
|
||||
VERSION = '3.1.0'
|
||||
|
||||
# Hostname
|
||||
HOSTNAME = platform.node()
|
||||
|
|
|
|||
Loading…
Reference in New Issue