Skip to content

Commit 0d1d14b

Browse files
committed
Release v3.0.2
1 parent 8c1a01d commit 0d1d14b

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-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.1
20+
placeholder: v3.0.2
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.1
17+
placeholder: v3.0.2
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# NetBox v3.0
22

3-
## v3.0.2 (FUTURE)
3+
## v3.0.2 (2021-09-08)
44

55
### Bug Fixes
66

77
* [#7131](https://github.com/netbox-community/netbox/issues/7131) - Fix issue where Site fields were hidden when editing a VLAN group
88
* [#7148](https://github.com/netbox-community/netbox/issues/7148) - Fix issue where static query parameters with multiple values were not queried properly
99
* [#7153](https://github.com/netbox-community/netbox/issues/7153) - Allow clearing of assigned device type images
10+
* [#7162](https://github.com/netbox-community/netbox/issues/7162) - Ensure consistent treatment of `BASE_PATH` for UI-driven API requests
1011
* [#7164](https://github.com/netbox-community/netbox/issues/7164) - Fix styling of "decommissioned" label for circuits
1112
* [#7169](https://github.com/netbox-community/netbox/issues/7169) - Fix CSV import file upload
1213
* [#7176](https://github.com/netbox-community/netbox/issues/7176) - Fix issue where query parameters were duplicated across different forms of the same type

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.2-dev'
19+
VERSION = '3.0.2'
2020

2121
# Hostname
2222
HOSTNAME = platform.node()

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ django-cors-headers==3.8.0
33
django-debug-toolbar==3.2.2
44
django-filter==2.4.0
55
django-graphiql-debug-toolbar==0.2.0
6-
django-mptt==0.13.2
6+
django-mptt==0.13.3
77
django-pglocks==1.0.4
88
django-prometheus==2.1.0
99
django-redis==5.0.0
@@ -18,9 +18,9 @@ gunicorn==20.1.0
1818
Jinja2==3.0.1
1919
Markdown==3.3.4
2020
markdown-include==0.6.0
21-
mkdocs-material==7.2.5
21+
mkdocs-material==7.2.6
2222
netaddr==0.8.0
23-
Pillow==8.3.1
23+
Pillow==8.3.2
2424
psycopg2-binary==2.9.1
2525
pycryptodome==3.10.1
2626
PyYAML==5.4.1

0 commit comments

Comments
 (0)