We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4b939 commit d99e651Copy full SHA for d99e651
.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -23,7 +23,7 @@ body:
23
attributes:
24
label: NetBox Version
25
description: What version of NetBox are you currently running?
26
- placeholder: v3.6.9
+ placeholder: v3.7.0
27
validations:
28
required: true
29
- type: dropdown
.github/ISSUE_TEMPLATE/feature_request.yaml
@@ -14,7 +14,7 @@ body:
14
15
label: NetBox version
16
17
18
19
20
netbox/netbox/settings.py
@@ -28,7 +28,7 @@
# Environment setup
#
30
31
-VERSION = '3.7-beta1'
+VERSION = '3.7.0'
32
33
# Hostname
34
HOSTNAME = platform.node()
0 commit comments