Skip to content

Commit 3fd8e48

Browse files
committed
Release v3.6.4
1 parent ab9de43 commit 3fd8e48

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
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.3
17+
placeholder: v3.6.4
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.3
17+
placeholder: v3.6.4
1818
validations:
1919
required: true
2020
- type: dropdown

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.4 (FUTURE)
3+
## v3.6.4 (2023-10-17)
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.4-dev'
28+
VERSION = '3.6.4'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
bleach==6.0.0
2-
Django==4.2.5
3-
django-cors-headers==4.2.0
1+
bleach==6.1.0
2+
Django==4.2.6
3+
django-cors-headers==4.3.0
44
django-debug-toolbar==4.2.0
55
django-filter==23.3
66
django-graphiql-debug-toolbar==0.2.0
7-
django-mptt==0.14
7+
django-mptt==0.15
88
django-pglocks==1.0.4
99
django-prometheus==2.3.1
10-
django-redis==5.3.0
11-
django-rich==1.7.0
10+
django-redis==5.4.0
11+
django-rich==1.8.0
1212
django-rq==2.8.1
1313
django-tables2==2.6.0
1414
django-taggit==4.0.0
1515
django-timezone-field==6.0.1
1616
djangorestframework==3.14.0
17-
drf-spectacular==0.26.4
18-
drf-spectacular-sidecar==2023.9.1
17+
drf-spectacular==0.26.5
18+
drf-spectacular-sidecar==2023.10.1
1919
feedparser==6.0.10
2020
graphene-django==3.0.0
2121
gunicorn==21.2.0
2222
Jinja2==3.1.2
2323
Markdown==3.3.7
24-
mkdocs-material==9.4.2
24+
mkdocs-material==9.4.6
2525
mkdocstrings[python-legacy]==0.23.0
2626
netaddr==0.9.0
27-
Pillow==10.0.1
28-
psycopg[binary,pool]==3.1.11
27+
Pillow==10.1.0
28+
psycopg[binary,pool]==3.1.12
2929
PyYAML==6.0.1
30-
requests==2.28.1
31-
sentry-sdk==1.31.0
32-
social-auth-app-django==5.3.0
30+
requests==2.31.0
31+
sentry-sdk==1.32.0
32+
social-auth-app-django==5.4.0
3333
social-auth-core[openidconnect]==4.4.2
3434
svgwrite==1.4.3
3535
tablib==3.5.0

0 commit comments

Comments
 (0)