Skip to content

Commit d99e651

Browse files
committed
Release v3.7.0
1 parent 7c4b939 commit d99e651

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323
attributes:
2424
label: NetBox Version
2525
description: What version of NetBox are you currently running?
26-
placeholder: v3.6.9
26+
placeholder: v3.7.0
2727
validations:
2828
required: true
2929
- 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: v3.6.9
17+
placeholder: v3.7.0
1818
validations:
1919
required: true
2020
- type: dropdown

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Environment setup
2929
#
3030

31-
VERSION = '3.7-beta1'
31+
VERSION = '3.7.0'
3232

3333
# Hostname
3434
HOSTNAME = platform.node()

0 commit comments

Comments
 (0)