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

Release v3.2.4

This commit is contained in:
jeremystretch
2022-05-31 15:08:33 -04:00
parent b0a56a71bb
commit 6c035eb13d
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.3
placeholder: v3.2.4
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.3
placeholder: v3.2.4
validations:
required: true
- type: dropdown

View File

@ -1,6 +1,6 @@
# NetBox v3.2
## v3.2.4 (FUTURE)
## v3.2.4 (2022-05-31)
### Enhancements

View File

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

View File

@ -18,10 +18,10 @@ gunicorn==20.1.0
Jinja2==3.1.2
Markdown==3.3.7
markdown-include==0.6.0
mkdocs-material==8.2.14
mkdocstrings[python-legacy]==0.18.1
mkdocs-material==8.2.16
mkdocstrings[python-legacy]==0.19.0
netaddr==0.8.0
Pillow==9.1.0
Pillow==9.1.1
psycopg2-binary==2.9.3
PyYAML==6.0
sentry-sdk==1.5.12