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

Release v3.7.7

This commit is contained in:
Jeremy Stretch
2024-05-01 15:08:08 -04:00
parent 340f9f4fa8
commit 335a8d6449
5 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,6 +1,6 @@
# NetBox v3.7
## v3.7.7 (FUTURE)
## v3.7.7 (2024-05-01)
### Enhancements

View File

@ -28,7 +28,7 @@ from netbox.plugins import PluginConfig
# Environment setup
#
VERSION = '3.7.7-dev'
VERSION = '3.7.7'
# Hostname
HOSTNAME = platform.node()

View File

@ -15,21 +15,21 @@ django-tables2==2.7.0
django-timezone-field==6.1.0
djangorestframework==3.14.0
drf-spectacular==0.27.2
drf-spectacular-sidecar==2024.4.1
drf-spectacular-sidecar==2024.5.1
feedparser==6.0.11
graphene-django==3.0.0
gunicorn==22.0.0
Jinja2==3.1.3
Markdown==3.6
mkdocs-material==9.5.18
mkdocstrings[python-legacy]==0.24.3
mkdocs-material==9.5.20
mkdocstrings[python-legacy]==0.25.0
netaddr==1.2.1
Pillow==10.3.0
psycopg[binary,pool]==3.1.18
PyYAML==6.0.1
requests==2.31.0
social-auth-app-django==5.4.0
social-auth-core[openidconnect]==4.5.3
social-auth-app-django==5.4.1
social-auth-core==4.5.4
svgwrite==1.4.3
tablib==3.6.1
tzdata==2024.1