@@ -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
@@ -14,7 +14,7 @@ body:
label: NetBox version
@@ -1,6 +1,6 @@
# NetBox v4.0
-## v4.0.10 (FUTURE)
+## v4.0.10 (2024-08-29)
### Enhancements
@@ -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__)))
@@ -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