1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.2.0
placeholder: v3.2.1
validations:
required: true
- type: dropdown

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
Django==4.0.3
Django==4.0.4
django-cors-headers==3.11.0
django-debug-toolbar==3.2.4
django-filter==21.1
@ -18,7 +18,7 @@ gunicorn==20.1.0
Jinja2==3.0.3
Markdown==3.3.6
markdown-include==0.6.0
mkdocs-material==8.2.8
mkdocs-material==8.2.9
mkdocstrings==0.17.0
netaddr==0.8.0
Pillow==9.1.0
@ -27,7 +27,7 @@ PyYAML==6.0
social-auth-app-django==5.0.0
social-auth-core==4.2.0
svgwrite==1.4.2
tablib==3.2.0
tablib==3.2.1
tzdata==2022.1
# Workaround for #7401