From 9e35cefaf26b84875264293832d2d93241f5af0b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 26 Sep 2023 15:48:03 -0400 Subject: [PATCH] Release v3.6.3 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- docs/release-notes/version-3.6.md | 2 +- netbox/netbox/settings.py | 2 +- requirements.txt | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 8664768ee..a587b36e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -14,7 +14,7 @@ body: attributes: label: NetBox version description: What version of NetBox are you currently running? - placeholder: v3.6.2 + placeholder: v3.6.3 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 8e3af527a..71f1f2d97 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.6.2 + placeholder: v3.6.3 validations: required: true - type: dropdown diff --git a/docs/release-notes/version-3.6.md b/docs/release-notes/version-3.6.md index ba783413c..db0e3d3ea 100644 --- a/docs/release-notes/version-3.6.md +++ b/docs/release-notes/version-3.6.md @@ -1,6 +1,6 @@ # NetBox v3.6 -## v3.6.3 (FUTURE) +## v3.6.3 (2023-09-26) ### Enhancements diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 53700073e..e483488fc 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -25,7 +25,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW # Environment setup # -VERSION = '3.6.3-dev' +VERSION = '3.6.3' # Hostname HOSTNAME = platform.node() diff --git a/requirements.txt b/requirements.txt index 931fc2c24..8c676df81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,11 +21,11 @@ graphene-django==3.0.0 gunicorn==21.2.0 Jinja2==3.1.2 Markdown==3.3.7 -mkdocs-material==9.3.2 +mkdocs-material==9.4.2 mkdocstrings[python-legacy]==0.23.0 netaddr==0.9.0 Pillow==10.0.1 -psycopg[binary,pool]==3.1.10 +psycopg[binary,pool]==3.1.11 PyYAML==6.0.1 sentry-sdk==1.31.0 social-auth-app-django==5.3.0