From 6f0ae8a5b8306de97b26c6681ede9a86fd477298 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 5 Apr 2022 16:26:07 -0400 Subject: [PATCH] Release v3.2.0 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- base_requirements.txt | 2 +- docs/release-notes/index.md | 2 +- docs/release-notes/version-3.2.md | 2 +- netbox/netbox/settings.py | 2 +- requirements.txt | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0757c7283..ae3fe68f3 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.1.11 + placeholder: v3.2.0 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index eb1e216cd..1ce4c0a11 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.1.11 + placeholder: v3.2.0 validations: required: true - type: dropdown diff --git a/base_requirements.txt b/base_requirements.txt index 77a5bb8aa..e1cf2c54c 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -84,7 +84,7 @@ mkdocs-material # Introspection for embedded code # https://github.com/mkdocstrings/mkdocstrings -mkdocstrings +mkdocstrings<=0.17.0 # Library for manipulating IP prefixes and addresses # https://github.com/netaddr/netaddr diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index af15ba7b6..f8bb365be 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -10,7 +10,7 @@ Minor releases are published in April, August, and December of each calendar yea This page contains a history of all major and minor releases since NetBox v2.0. For more detail on a specific patch release, please see the release notes page for that specific minor release. -#### [Version 3.2](./version-3.2.md) (Pending Release) +#### [Version 3.2](./version-3.2.md) (April 2022) * Plugins Framework Extensions ([#8333](https://github.com/netbox-community/netbox/issues/8333)) * Modules & Module Types ([#7844](https://github.com/netbox-community/netbox/issues/7844)) diff --git a/docs/release-notes/version-3.2.md b/docs/release-notes/version-3.2.md index f0b230edb..9f354dbd6 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.0 (FUTURE) +## v3.2.0 (2022-04-05) !!! warning "Python 3.8 or Later Required" NetBox v3.2 requires Python 3.8 or later. diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 8b60e7774..1e972df8c 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -26,7 +26,7 @@ django.utils.encoding.force_text = force_str # Environment setup # -VERSION = '3.2.0-dev' +VERSION = '3.2.0' # Hostname HOSTNAME = platform.node() diff --git a/requirements.txt b/requirements.txt index 2fcf3da64..757cf4896 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,20 +15,20 @@ djangorestframework==3.13.1 drf-yasg[validation]==1.20.0 graphene-django==2.15.0 gunicorn==20.1.0 -Jinja2==3.0.3 +Jinja2==3.1.1 Markdown==3.3.6 markdown-include==0.6.0 mkdocs-material==8.2.8 mkdocstrings==0.17.0 netaddr==0.8.0 -Pillow==9.0.1 +Pillow==9.1.0 psycopg2-binary==2.9.3 PyYAML==6.0 social-auth-app-django==5.0.0 social-auth-core==4.2.0 svgwrite==1.4.2 tablib==3.2.0 -tzdata==2021.5 +tzdata==2022.1 # Workaround for #7401 jsonschema==3.2.0