Release v4.0.10

This commit is contained in:
Jeremy Stretch 2024-08-29 09:25:58 -04:00
parent 3684e011e6
commit 97cd6b89fd
5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
# NetBox v4.0
## v4.0.10 (FUTURE)
## v4.0.10 (2024-08-29)
### Enhancements

View File

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

View File

@ -19,8 +19,8 @@ drf-spectacular-sidecar==2024.7.1
feedparser==6.0.11
gunicorn==23.0.0
Jinja2==3.1.4
Markdown==3.6
mkdocs-material==9.5.30
Markdown==3.7
mkdocs-material==9.5.33
mkdocstrings[python-legacy]==0.25.2
netaddr==1.3.0
nh3==0.2.18