Bladeren bron

Release v4.0.10

Jeremy Stretch 1 jaar geleden
bovenliggende
commit
97cd6b89fd

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -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

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.yaml

@@ -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

+ 1 - 1
docs/release-notes/version-4.0.md

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

+ 1 - 1
netbox/netbox/settings.py

@@ -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__)))

+ 2 - 2
requirements.txt

@@ -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