From d451f30bfcab7024d9a8a0f2ed87e63ddc167a58 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 6 Oct 2021 13:45:02 -0400 Subject: [PATCH] Release v3.0.6 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- docs/release-notes/version-3.0.md | 2 +- netbox/netbox/settings.py | 2 +- requirements.txt | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 26ece9049..7b54d9248 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -17,7 +17,7 @@ body: What version of NetBox are you currently running? (If you don't have access to the most recent NetBox release, consider testing on our [demo instance](https://demo.netbox.dev/) before opening a bug report to see if your issue has already been addressed.) - placeholder: v3.0.5 + placeholder: v3.0.6 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index ecbef8b09..7af2cf0b8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -14,7 +14,7 @@ body: attributes: label: NetBox version description: What version of NetBox are you currently running? - placeholder: v3.0.5 + placeholder: v3.0.6 validations: required: true - type: dropdown diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 44043a865..41c551d9c 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -1,6 +1,6 @@ # NetBox v3.0 -## v3.0.6 (FUTURE) +## v3.0.6 (2021-10-06) ### Enhancements diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 66dbdea84..2db9d0267 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -16,7 +16,7 @@ from django.core.validators import URLValidator # Environment setup # -VERSION = '3.0.6-dev' +VERSION = '3.0.6' # Hostname HOSTNAME = platform.node() diff --git a/requirements.txt b/requirements.txt index 5f5e158ed..2aa9b175b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -Django==3.2.7 -django-cors-headers==3.9.0 +Django==3.2.8 +django-cors-headers==3.10.0 django-debug-toolbar==3.2.2 django-filter==21.1 django-graphiql-debug-toolbar==0.2.0 @@ -8,14 +8,14 @@ django-pglocks==1.0.4 django-prometheus==2.1.0 django-redis==5.0.0 django-rq==2.4.1 -django-tables2==2.4.0 +django-tables2==2.4.1 django-taggit==1.5.1 django-timezone-field==4.2.1 djangorestframework==3.12.4 drf-yasg[validation]==1.20.0 graphene_django==2.15.0 gunicorn==20.1.0 -Jinja2==3.0.1 +Jinja2==3.0.2 Markdown==3.3.4 markdown-include==0.6.0 mkdocs-material==7.3.1