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

Release v3.4.3

This commit is contained in:
jeremystretch
2023-01-20 13:10:21 -05:00
parent cc350165dd
commit fcd0481b09
5 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.4.2
placeholder: v3.4.3
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.4.2
placeholder: v3.4.3
validations:
required: true
- type: dropdown

View File

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

View File

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

View File

@ -10,7 +10,7 @@ django-prometheus==2.2.0
django-redis==5.2.0
django-rich==1.4.0
django-rq==2.6.0
django-tables2==2.5.0
django-tables2==2.5.1
django-taggit==3.1.0
django-timezone-field==5.0
djangorestframework==3.14.0
@ -19,13 +19,13 @@ graphene-django==3.0.0
gunicorn==20.1.0
Jinja2==3.1.2
Markdown==3.3.7
mkdocs-material==8.5.11
mkdocstrings[python-legacy]==0.19.1
mkdocs-material==9.0.6
mkdocstrings[python-legacy]==0.20.0
netaddr==0.8.0
Pillow==9.4.0
psycopg2-binary==2.9.5
PyYAML==6.0
sentry-sdk==1.12.1
sentry-sdk==1.13.1
social-auth-app-django==5.0.0
social-auth-core[openidconnect]==4.3.0
svgwrite==1.4.3