Skip to content

Commit

Permalink
Release v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Nov 9, 2023
1 parent 351aaf8 commit 41eae1b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.6.4
placeholder: v3.6.5
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.6.4
placeholder: v3.6.5
validations:
required: true
- type: dropdown
Expand Down
3 changes: 2 additions & 1 deletion base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ django-tables2

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

# A Django field for representing time zones
# https://github.com/mfogel/django-timezone-field/
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/version-3.6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NetBox v3.6

## v3.6.5 (FUTURE)
## v3.6.5 (2023-11-09)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion netbox/netbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Environment setup
#

VERSION = '3.6.5-dev'
VERSION = '3.6.5'

# Hostname
HOSTNAME = platform.node()
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bleach==6.1.0
Django==4.2.6
Django==4.2.7
django-cors-headers==4.3.0
django-debug-toolbar==4.2.0
django-filter==23.3
Expand All @@ -21,16 +21,16 @@ graphene-django==3.0.0
gunicorn==21.2.0
Jinja2==3.1.2
Markdown==3.3.7
mkdocs-material==9.4.6
mkdocs-material==9.4.8
mkdocstrings[python-legacy]==0.23.0
netaddr==0.9.0
Pillow==10.1.0
psycopg[binary,pool]==3.1.12
PyYAML==6.0.1
requests==2.31.0
sentry-sdk==1.32.0
sentry-sdk==1.34.0
social-auth-app-django==5.4.0
social-auth-core[openidconnect]==4.4.2
social-auth-core[openidconnect]==4.5.0
svgwrite==1.4.3
tablib==3.5.0
tzdata==2023.3

0 comments on commit 41eae1b

Please sign in to comment.