Skip to content

Commit 6794742

Browse files
committed
Release v3.5.1
1 parent a29a07e commit 6794742

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

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

.github/ISSUE_TEMPLATE/feature_request.yaml

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

docs/release-notes/version-3.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NetBox v3.5
22

3-
## v3.5.1 (FUTURE)
3+
## v3.5.1 (2023-05-05)
44

55
## Enhancements
66

netbox/netbox/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

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

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
bleach==6.0.0
2-
boto3==1.26.121
3-
Django==4.1.8
2+
boto3==1.26.127
3+
Django==4.1.9
44
django-cors-headers==3.14.0
55
django-debug-toolbar==4.0.0
6-
django-filter==23.1
6+
django-filter==23.2
77
django-graphiql-debug-toolbar==0.2.0
88
django-mptt==0.14
99
django-pglocks==1.0.4
10-
django-prometheus==2.2.0
10+
django-prometheus==2.3.1
1111
django-redis==5.2.0
1212
django-rich==1.5.0
1313
django-rq==2.8.0
1414
django-tables2==2.5.3
15-
django-taggit==3.1.0
15+
django-taggit==4.0.0
1616
django-timezone-field==5.0
1717
djangorestframework==3.14.0
1818
drf-spectacular==0.26.2
19-
drf-spectacular-sidecar==2023.4.1
20-
dulwich==0.21.3
19+
drf-spectacular-sidecar==2023.5.1
20+
dulwich==0.21.5
2121
feedparser==6.0.10
2222
graphene-django==3.0.0
2323
gunicorn==20.1.0
2424
Jinja2==3.1.2
2525
Markdown==3.3.7
26-
mkdocs-material==9.1.8
26+
mkdocs-material==9.1.9
2727
mkdocstrings[python-legacy]==0.21.2
2828
netaddr==0.8.0
2929
Pillow==9.5.0
3030
psycopg2-binary==2.9.6
3131
PyYAML==6.0
32-
sentry-sdk==1.21.0
32+
sentry-sdk==1.22.1
3333
social-auth-app-django==5.2.0
3434
social-auth-core[openidconnect]==4.4.2
3535
svgwrite==1.4.3

0 commit comments

Comments
 (0)