Release v3.2.1

This commit is contained in:
jeremystretch 2022-04-14 13:58:18 -04:00
parent fa5cf665ce
commit fdc018d809
5 changed files with 7 additions and 7 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.2.0 placeholder: v3.2.1
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.2.0 placeholder: v3.2.1
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -1,6 +1,6 @@
# NetBox v3.2 # NetBox v3.2
## v3.2.1 (FUTURE) ## v3.2.1 (2022-04-14)
### Enhancements ### Enhancements

View File

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

View File

@ -1,4 +1,4 @@
Django==4.0.3 Django==4.0.4
django-cors-headers==3.11.0 django-cors-headers==3.11.0
django-debug-toolbar==3.2.4 django-debug-toolbar==3.2.4
django-filter==21.1 django-filter==21.1
@ -18,7 +18,7 @@ gunicorn==20.1.0
Jinja2==3.0.3 Jinja2==3.0.3
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.9
mkdocstrings==0.17.0 mkdocstrings==0.17.0
netaddr==0.8.0 netaddr==0.8.0
Pillow==9.1.0 Pillow==9.1.0
@ -27,7 +27,7 @@ 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.1
tzdata==2022.1 tzdata==2022.1
# Workaround for #7401 # Workaround for #7401