Skip to content

Commit 97cd6b8

Browse files
committed
Release v4.0.10
1 parent 3684e01 commit 97cd6b8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: NetBox Version
2828
description: What version of NetBox are you currently running?
29-
placeholder: v4.0.9
29+
placeholder: v4.0.10
3030
validations:
3131
required: true
3232
- type: dropdown

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: NetBox version
1616
description: What version of NetBox are you currently running?
17-
placeholder: v4.0.9
17+
placeholder: v4.0.10
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NetBox v4.0
22

3-
## v4.0.10 (FUTURE)
3+
## v4.0.10 (2024-08-29)
44

55
### Enhancements
66

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '4.0.10-dev'
28+
VERSION = '4.0.10'
2929
HOSTNAME = platform.node()
3030
# Set the base directory two levels up
3131
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ drf-spectacular-sidecar==2024.7.1
1919
feedparser==6.0.11
2020
gunicorn==23.0.0
2121
Jinja2==3.1.4
22-
Markdown==3.6
23-
mkdocs-material==9.5.30
22+
Markdown==3.7
23+
mkdocs-material==9.5.33
2424
mkdocstrings[python-legacy]==0.25.2
2525
netaddr==1.3.0
2626
nh3==0.2.18

0 commit comments

Comments
 (0)