From e01b7951f2cea960beb061a1821343a30081b3a0 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 16 Aug 2022 11:50:14 -0400 Subject: [PATCH] Release v3.2.9 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- docs/release-notes/version-3.2.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 c26584f32..082c6ba7a 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.2.8 + placeholder: v3.2.9 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index e6be95e49..3fcb4a7c3 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.2.8 + placeholder: v3.2.9 validations: required: true - type: dropdown diff --git a/docs/release-notes/version-3.2.md b/docs/release-notes/version-3.2.md index 3fe1e8b23..d5aad7a69 100644 --- a/docs/release-notes/version-3.2.md +++ b/docs/release-notes/version-3.2.md @@ -1,6 +1,6 @@ # NetBox v3.2 -## v3.2.9 (FUTURE) +## v3.2.9 (2022-08-16) ### Enhancements diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index d38289d43..84e93be25 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -29,7 +29,7 @@ django.utils.encoding.force_text = force_str # Environment setup # -VERSION = '3.2.9-dev' +VERSION = '3.2.9' # Hostname HOSTNAME = platform.node() diff --git a/requirements.txt b/requirements.txt index a227971fa..d99e09943 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,13 +19,13 @@ gunicorn==20.1.0 Jinja2==3.1.2 Markdown==3.4.1 markdown-include==0.7.0 -mkdocs-material==8.3.9 +mkdocs-material==8.4.0 mkdocstrings[python-legacy]==0.19.0 netaddr==0.8.0 Pillow==9.2.0 psycopg2-binary==2.9.3 PyYAML==6.0 -sentry-sdk==1.9.2 +sentry-sdk==1.9.5 social-auth-app-django==5.0.0 social-auth-core==4.3.0 svgwrite==1.4.3