Release v3.3.10

This commit is contained in:
jeremystretch 2022-12-13 15:29:07 -05:00
parent b9888d6f86
commit 5e32b39f25
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.3.9
placeholder: v3.3.10
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.3.9
placeholder: v3.3.10
validations:
required: true
- type: dropdown

View File

@ -1,6 +1,6 @@
# NetBox v3.3
## v3.3.10 (FUTURE)
## v3.3.10 (2022-12-13)
### Enhancements

View File

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

View File

@ -1,7 +1,7 @@
bleach==5.0.1
Django==4.0.8
django-cors-headers==3.13.0
django-debug-toolbar==3.7.0
django-debug-toolbar==3.8.1
django-filter==22.1
django-graphiql-debug-toolbar==0.2.0
django-mptt==0.14
@ -29,7 +29,7 @@ sentry-sdk==1.11.1
social-auth-app-django==5.0.0
social-auth-core[openidconnect]==4.3.0
svgwrite==1.4.3
tablib==3.2.1
tablib==3.3.0
tzdata==2022.7
# Workaround for #7401