Release v3.2.0

This commit is contained in:
jeremystretch 2022-04-05 16:26:07 -04:00
parent c1b7f09530
commit 6f0ae8a5b8
7 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ body:
attributes: attributes:
label: NetBox version label: NetBox version
description: What version of NetBox are you currently running? description: What version of NetBox are you currently running?
placeholder: v3.1.11 placeholder: v3.2.0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -14,7 +14,7 @@ body:
attributes: attributes:
label: NetBox version label: NetBox version
description: What version of NetBox are you currently running? description: What version of NetBox are you currently running?
placeholder: v3.1.11 placeholder: v3.2.0
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -84,7 +84,7 @@ mkdocs-material
# Introspection for embedded code # Introspection for embedded code
# https://github.com/mkdocstrings/mkdocstrings # https://github.com/mkdocstrings/mkdocstrings
mkdocstrings mkdocstrings<=0.17.0
# Library for manipulating IP prefixes and addresses # Library for manipulating IP prefixes and addresses
# https://github.com/netaddr/netaddr # https://github.com/netaddr/netaddr

View File

@ -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. 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)) * Plugins Framework Extensions ([#8333](https://github.com/netbox-community/netbox/issues/8333))
* Modules & Module Types ([#7844](https://github.com/netbox-community/netbox/issues/7844)) * Modules & Module Types ([#7844](https://github.com/netbox-community/netbox/issues/7844))

View File

@ -1,6 +1,6 @@
# NetBox v3.2 # NetBox v3.2
## v3.2.0 (FUTURE) ## v3.2.0 (2022-04-05)
!!! warning "Python 3.8 or Later Required" !!! warning "Python 3.8 or Later Required"
NetBox v3.2 requires Python 3.8 or later. NetBox v3.2 requires Python 3.8 or later.

View File

@ -26,7 +26,7 @@ django.utils.encoding.force_text = force_str
# Environment setup # Environment setup
# #
VERSION = '3.2.0-dev' VERSION = '3.2.0'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()

View File

@ -15,20 +15,20 @@ djangorestframework==3.13.1
drf-yasg[validation]==1.20.0 drf-yasg[validation]==1.20.0
graphene-django==2.15.0 graphene-django==2.15.0
gunicorn==20.1.0 gunicorn==20.1.0
Jinja2==3.0.3 Jinja2==3.1.1
Markdown==3.3.6 Markdown==3.3.6
markdown-include==0.6.0 markdown-include==0.6.0
mkdocs-material==8.2.8 mkdocs-material==8.2.8
mkdocstrings==0.17.0 mkdocstrings==0.17.0
netaddr==0.8.0 netaddr==0.8.0
Pillow==9.0.1 Pillow==9.1.0
psycopg2-binary==2.9.3 psycopg2-binary==2.9.3
PyYAML==6.0 PyYAML==6.0
social-auth-app-django==5.0.0 social-auth-app-django==5.0.0
social-auth-core==4.2.0 social-auth-core==4.2.0
svgwrite==1.4.2 svgwrite==1.4.2
tablib==3.2.0 tablib==3.2.0
tzdata==2021.5 tzdata==2022.1
# Workaround for #7401 # Workaround for #7401
jsonschema==3.2.0 jsonschema==3.2.0