Release v3.6.3

This commit is contained in:
Jeremy Stretch 2023-09-26 15:48:03 -04:00
parent 1a00765b72
commit 9e35cefaf2
5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
# NetBox v3.6
## v3.6.3 (FUTURE)
## v3.6.3 (2023-09-26)
### Enhancements

View File

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

View File

@ -21,11 +21,11 @@ graphene-django==3.0.0
gunicorn==21.2.0
Jinja2==3.1.2
Markdown==3.3.7
mkdocs-material==9.3.2
mkdocs-material==9.4.2
mkdocstrings[python-legacy]==0.23.0
netaddr==0.9.0
Pillow==10.0.1
psycopg[binary,pool]==3.1.10
psycopg[binary,pool]==3.1.11
PyYAML==6.0.1
sentry-sdk==1.31.0
social-auth-app-django==5.3.0