Skip to content

Commit

Permalink
Release v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Oct 17, 2023
1 parent ab9de43 commit 3fd8e48
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 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.3
placeholder: v3.6.4
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.3
placeholder: v3.6.4
validations:
required: true
- type: dropdown
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.4 (FUTURE)
## v3.6.4 (2023-10-17)

### 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.4-dev'
VERSION = '3.6.4'

# Hostname
HOSTNAME = platform.node()
Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
bleach==6.0.0
Django==4.2.5
django-cors-headers==4.2.0
bleach==6.1.0
Django==4.2.6
django-cors-headers==4.3.0
django-debug-toolbar==4.2.0
django-filter==23.3
django-graphiql-debug-toolbar==0.2.0
django-mptt==0.14
django-mptt==0.15
django-pglocks==1.0.4
django-prometheus==2.3.1
django-redis==5.3.0
django-rich==1.7.0
django-redis==5.4.0
django-rich==1.8.0
django-rq==2.8.1
django-tables2==2.6.0
django-taggit==4.0.0
django-timezone-field==6.0.1
djangorestframework==3.14.0
drf-spectacular==0.26.4
drf-spectacular-sidecar==2023.9.1
drf-spectacular==0.26.5
drf-spectacular-sidecar==2023.10.1
feedparser==6.0.10
graphene-django==3.0.0
gunicorn==21.2.0
Jinja2==3.1.2
Markdown==3.3.7
mkdocs-material==9.4.2
mkdocs-material==9.4.6
mkdocstrings[python-legacy]==0.23.0
netaddr==0.9.0
Pillow==10.0.1
psycopg[binary,pool]==3.1.11
Pillow==10.1.0
psycopg[binary,pool]==3.1.12
PyYAML==6.0.1
requests==2.28.1
sentry-sdk==1.31.0
social-auth-app-django==5.3.0
requests==2.31.0
sentry-sdk==1.32.0
social-auth-app-django==5.4.0
social-auth-core[openidconnect]==4.4.2
svgwrite==1.4.3
tablib==3.5.0
Expand Down

0 comments on commit 3fd8e48

Please sign in to comment.