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

Release v3.4.2

This commit is contained in:
jeremystretch
2023-01-03 16:13:11 -05:00
parent 1c72a80d9a
commit e940f00c01
5 changed files with 8 additions and 8 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.4.1 placeholder: v3.4.2
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.4.1 placeholder: v3.4.2
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -1,6 +1,6 @@
# NetBox v3.4 # NetBox v3.4
## v3.4.2 (FUTURE) ## v3.4.2 (2023-01-03)
### Enhancements ### Enhancements

View File

@ -24,7 +24,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
# Environment setup # Environment setup
# #
VERSION = '3.4.2-dev' VERSION = '3.4.2'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()

View File

@ -1,5 +1,5 @@
bleach==5.0.1 bleach==5.0.1
Django==4.1.4 Django==4.1.5
django-cors-headers==3.13.0 django-cors-headers==3.13.0
django-debug-toolbar==3.8.1 django-debug-toolbar==3.8.1
django-filter==22.1 django-filter==22.1
@ -10,7 +10,7 @@ django-prometheus==2.2.0
django-redis==5.2.0 django-redis==5.2.0
django-rich==1.4.0 django-rich==1.4.0
django-rq==2.6.0 django-rq==2.6.0
django-tables2==2.4.1 django-tables2==2.5.0
django-taggit==3.1.0 django-taggit==3.1.0
django-timezone-field==5.0 django-timezone-field==5.0
djangorestframework==3.14.0 djangorestframework==3.14.0
@ -22,10 +22,10 @@ Markdown==3.3.7
mkdocs-material==8.5.11 mkdocs-material==8.5.11
mkdocstrings[python-legacy]==0.19.1 mkdocstrings[python-legacy]==0.19.1
netaddr==0.8.0 netaddr==0.8.0
Pillow==9.3.0 Pillow==9.4.0
psycopg2-binary==2.9.5 psycopg2-binary==2.9.5
PyYAML==6.0 PyYAML==6.0
sentry-sdk==1.11.1 sentry-sdk==1.12.1
social-auth-app-django==5.0.0 social-auth-app-django==5.0.0
social-auth-core[openidconnect]==4.3.0 social-auth-core[openidconnect]==4.3.0
svgwrite==1.4.3 svgwrite==1.4.3