Skip to content

Commit 41eae1b

Browse files
committed
Release v3.6.5
1 parent 351aaf8 commit 41eae1b

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
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.4
17+
placeholder: v3.6.5
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.4
17+
placeholder: v3.6.5
1818
validations:
1919
required: true
2020
- type: dropdown

base_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ django-tables2
5353

5454
# User-defined tags for objects
5555
# https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst
56-
django-taggit
56+
# TODO: Upgrade to v5.0 for NetBox v3.7 beta
57+
django-taggit<5.0
5758

5859
# A Django field for representing time zones
5960
# https://github.com/mfogel/django-timezone-field/

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.5 (FUTURE)
3+
## v3.6.5 (2023-11-09)
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.5-dev'
28+
VERSION = '3.6.5'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bleach==6.1.0
2-
Django==4.2.6
2+
Django==4.2.7
33
django-cors-headers==4.3.0
44
django-debug-toolbar==4.2.0
55
django-filter==23.3
@@ -21,16 +21,16 @@ 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.6
24+
mkdocs-material==9.4.8
2525
mkdocstrings[python-legacy]==0.23.0
2626
netaddr==0.9.0
2727
Pillow==10.1.0
2828
psycopg[binary,pool]==3.1.12
2929
PyYAML==6.0.1
3030
requests==2.31.0
31-
sentry-sdk==1.32.0
31+
sentry-sdk==1.34.0
3232
social-auth-app-django==5.4.0
33-
social-auth-core[openidconnect]==4.4.2
33+
social-auth-core[openidconnect]==4.5.0
3434
svgwrite==1.4.3
3535
tablib==3.5.0
3636
tzdata==2023.3

0 commit comments

Comments
 (0)