Skip to content

Commit 1bf100b

Browse files
committed
Release v3.0.9
1 parent 7614f42 commit 1bf100b

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: v3.0.8
20+
placeholder: v3.0.9
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: v3.0.8
17+
placeholder: v3.0.9
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.9 (FUTURE)
3+
## v3.0.9 (2021-11-03)
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 = '3.0.9-dev'
19+
VERSION = '3.0.9'
2020

2121
# Hostname
2222
HOSTNAME = platform.node()

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==3.2.8
1+
Django==3.2.9
22
django-cors-headers==3.10.0
33
django-debug-toolbar==3.2.2
44
django-filter==21.1
@@ -18,13 +18,13 @@ gunicorn==20.1.0
1818
Jinja2==3.0.2
1919
Markdown==3.3.4
2020
markdown-include==0.6.0
21-
mkdocs-material==7.3.4
21+
mkdocs-material==7.3.6
2222
netaddr==0.8.0
2323
Pillow==8.4.0
2424
psycopg2-binary==2.9.1
2525
PyYAML==6.0
2626
svgwrite==1.4.1
27-
tablib==3.0.0
27+
tablib==3.1.0
2828

2929
# Workaround for #7401
3030
jsonschema==3.2.0

0 commit comments

Comments
 (0)