Release v4.0.7

This commit is contained in:
Jeff Gehlbach 2024-07-09 13:27:13 -04:00
parent aafb26662a
commit 596514ce74
10 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ body:
attributes:
label: NetBox Version
description: What version of NetBox are you currently running?
placeholder: v4.0.6
placeholder: v4.0.7
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: v4.0.6
placeholder: v4.0.7
validations:
required: true
- type: dropdown

View File

@ -1,6 +1,6 @@
# NetBox v4.0
## v4.0.7 (FUTURE)
## v4.0.7 (2024-07-09)
### Enhancements

View File

@ -25,7 +25,7 @@ from utilities.string import trailing_slash
# Environment setup
#
VERSION = '4.0.7-dev'
VERSION = '4.0.7'
HOSTNAME = platform.node()
# Set the base directory two levels up
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))