From 97cd6b89fd1a15b4bf93a10a2c727b927af8de1b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 29 Aug 2024 09:25:58 -0400 Subject: [PATCH] Release v4.0.10 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- docs/release-notes/version-4.0.md | 2 +- netbox/netbox/settings.py | 2 +- requirements.txt | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 06433bb70..c30ab2bb6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 30e3dea1c..01cf14820 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.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 diff --git a/docs/release-notes/version-4.0.md b/docs/release-notes/version-4.0.md index ad2adeb46..5afb17871 100644 --- a/docs/release-notes/version-4.0.md +++ b/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 diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 7c8e561a8..6201409aa 100644 --- a/netbox/netbox/settings.py +++ b/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__))) diff --git a/requirements.txt b/requirements.txt index 4efde65fe..9ed6cf83a 100644 --- a/requirements.txt +++ b/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