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

Release v3.2.5

This commit is contained in:
jeremystretch
2022-06-20 11:22:36 -04:00
parent 8074ca95bd
commit 7ba268946a
6 changed files with 12 additions and 11 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.4 placeholder: v3.2.5
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.4 placeholder: v3.2.5
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -44,7 +44,8 @@ django-tables2
# User-defined tags for objects # User-defined tags for objects
# https://github.com/alex/django-taggit # https://github.com/alex/django-taggit
django-taggit # Will evaluate v3.0 during NetBox v3.3 beta
django-taggit>=2.1.0,<3.0
# A Django field for representing time zones # A Django field for representing time zones
# https://github.com/mfogel/django-timezone-field/ # https://github.com/mfogel/django-timezone-field/

View File

@ -1,6 +1,6 @@
# NetBox v3.2 # NetBox v3.2
## v3.2.5 (FUTURE) ## v3.2.5 (2022-06-20)
### Enhancements ### Enhancements

View File

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

View File

@ -1,8 +1,8 @@
bleach==5.0.0 bleach==5.0.0
Django==4.0.4 Django==4.0.5
django-cors-headers==3.12.0 django-cors-headers==3.13.0
django-debug-toolbar==3.2.4 django-debug-toolbar==3.4.0
django-filter==21.1 django-filter==22.1
django-graphiql-debug-toolbar==0.2.0 django-graphiql-debug-toolbar==0.2.0
django-mptt==0.13.4 django-mptt==0.13.4
django-pglocks==1.0.4 django-pglocks==1.0.4
@ -19,7 +19,7 @@ gunicorn==20.1.0
Jinja2==3.1.2 Jinja2==3.1.2
Markdown==3.3.7 Markdown==3.3.7
markdown-include==0.6.0 markdown-include==0.6.0
mkdocs-material==8.2.16 mkdocs-material==8.3.6
mkdocstrings[python-legacy]==0.19.0 mkdocstrings[python-legacy]==0.19.0
netaddr==0.8.0 netaddr==0.8.0
Pillow==9.1.1 Pillow==9.1.1
@ -27,7 +27,7 @@ psycopg2-binary==2.9.3
PyYAML==6.0 PyYAML==6.0
sentry-sdk==1.5.12 sentry-sdk==1.5.12
social-auth-app-django==5.0.0 social-auth-app-django==5.0.0
social-auth-core==4.2.0 social-auth-core==4.3.0
svgwrite==1.4.2 svgwrite==1.4.2
tablib==3.2.1 tablib==3.2.1
tzdata==2022.1 tzdata==2022.1