Skip to content

Commit 57ccbf4

Browse files
committed
Release v3.0.11
1 parent 416caa8 commit 57ccbf4

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
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: NetBox version
1616
description: What version of NetBox are you currently running?
17-
placeholder: v3.0.10
17+
placeholder: v3.0.11
1818
validations:
1919
required: true
2020
- 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.0.10
17+
placeholder: v3.0.11
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.0.md

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

3-
## v3.0.11 (FUTURE)
3+
## v3.0.11 (2021-11-24)
44

55
### Enhancements
66

netbox/netbox/settings.py

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

20-
VERSION = '3.0.11-dev'
20+
VERSION = '3.0.11'
2121

2222
# Hostname
2323
HOSTNAME = platform.node()

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ django-mptt==0.13.4
77
django-pglocks==1.0.4
88
django-prometheus==2.1.0
99
django-redis==5.0.0
10-
django-rq==2.4.1
10+
django-rq==2.5.1
1111
django-tables2==2.4.1
1212
django-taggit==1.5.1
1313
django-timezone-field==4.2.1
@@ -16,7 +16,7 @@ drf-yasg[validation]==1.20.0
1616
graphene_django==2.15.0
1717
gunicorn==20.1.0
1818
Jinja2==3.0.3
19-
Markdown==3.3.4
19+
Markdown==3.3.6
2020
markdown-include==0.6.0
2121
mkdocs-material==7.3.6
2222
netaddr==0.8.0

0 commit comments

Comments
 (0)