Skip to content

Commit 6518d87

Browse files
committed
Release v2.11.12
1 parent 8497965 commit 6518d87

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
What version of NetBox are you currently running? (If you don't have access to the most
1818
recent NetBox release, consider testing on our [demo instance](https://demo.netbox.dev/)
1919
before opening a bug report to see if your issue has already been addressed.)
20-
placeholder: v2.11.11
20+
placeholder: v2.11.12
2121
validations:
2222
required: true
2323
- 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: v2.11.11
17+
placeholder: v2.11.12
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-2.11.md

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

3-
## v2.11.12 (FUTURE)
3+
## v2.11.12 (2021-08-23)
44

55
### Enhancements
66

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Environment setup
1717
#
1818

19-
VERSION = '2.11.12-dev'
19+
VERSION = '2.11.12'
2020

2121
# Hostname
2222
HOSTNAME = platform.node()

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Django==3.2.6
22
django-cacheops==6.0
3-
django-cors-headers==3.7.0
4-
django-debug-toolbar==3.2.1
3+
django-cors-headers==3.8.0
4+
django-debug-toolbar==3.2.2
55
django-filter==2.4.0
6-
django-mptt==0.12.0
6+
django-mptt==0.13.1
77
django-pglocks==1.0.4
88
django-prometheus==2.1.0
99
django-rq==2.4.1

0 commit comments

Comments
 (0)