Release v3.1.4

This commit is contained in:
jeremystretch 2022-01-03 11:00:23 -05:00
parent ecb9fc65b7
commit 9de53fe070
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# NetBox v3.1
## v3.1.4 (FUTURE)
## v3.1.4 (2022-01-03)
### Enhancements

View File

@ -19,7 +19,7 @@ from netbox.config import PARAMS
# Environment setup
#
VERSION = '3.1.4-dev'
VERSION = '3.1.4'
# Hostname
HOSTNAME = platform.node()