Skip to content

Commit b57a474

Browse files
committed
Release v3.6.2
1 parent 4f05cf5 commit b57a474

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
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.6.1
17+
placeholder: v3.6.2
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.6.1
17+
placeholder: v3.6.2
1818
validations:
1919
required: true
2020
- type: dropdown

contrib/generated_schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,10 @@
342342
"100gbase-x-qsfpdd",
343343
"200gbase-x-qsfp56",
344344
"200gbase-x-qsfpdd",
345+
"400gbase-x-qsfp112",
345346
"400gbase-x-qsfpdd",
346347
"400gbase-x-osfp",
348+
"400gbase-x-osfp-rhs",
347349
"400gbase-x-cdfp",
348350
"400gbase-x-cfp8",
349351
"800gbase-x-qsfpdd",

docs/release-notes/version-3.6.md

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

3-
## v3.6.2 (FUTURE)
3+
## v3.6.2 (2023-09-20)
44

55
### Enhancements
66

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '3.6.2-dev'
28+
VERSION = '3.6.2'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bleach==6.0.0
22
Django==4.2.5
33
django-cors-headers==4.2.0
44
django-debug-toolbar==4.2.0
5-
django-filter==23.2
5+
django-filter==23.3
66
django-graphiql-debug-toolbar==0.2.0
77
django-mptt==0.14
88
django-pglocks==1.0.4
@@ -12,7 +12,7 @@ django-rich==1.7.0
1212
django-rq==2.8.1
1313
django-tables2==2.6.0
1414
django-taggit==4.0.0
15-
django-timezone-field==6.0
15+
django-timezone-field==6.0.1
1616
djangorestframework==3.14.0
1717
drf-spectacular==0.26.4
1818
drf-spectacular-sidecar==2023.9.1
@@ -21,13 +21,13 @@ graphene-django==3.0.0
2121
gunicorn==21.2.0
2222
Jinja2==3.1.2
2323
Markdown==3.3.7
24-
mkdocs-material==9.2.7
24+
mkdocs-material==9.3.2
2525
mkdocstrings[python-legacy]==0.23.0
26-
netaddr==0.8.0
27-
Pillow==10.0.0
26+
netaddr==0.9.0
27+
Pillow==10.0.1
2828
psycopg[binary,pool]==3.1.10
2929
PyYAML==6.0.1
30-
sentry-sdk==1.30.0
30+
sentry-sdk==1.31.0
3131
social-auth-app-django==5.3.0
3232
social-auth-core[openidconnect]==4.4.2
3333
svgwrite==1.4.3

0 commit comments

Comments
 (0)