Release v3.5-beta2

This commit is contained in:
jeremystretch 2023-04-18 09:21:15 -04:00
parent b167153186
commit 4452f57f90
6 changed files with 7 additions and 7 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.8 placeholder: v3.5-beta2
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.8 placeholder: v3.5-beta2
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -3,7 +3,7 @@
bleach<6.0 bleach<6.0
# Python client for Amazon AWS API # Python client for Amazon AWS API
# https://github.com/boto/boto3 # https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
boto3 boto3
# The Python web framework on which NetBox is built # The Python web framework on which NetBox is built

View File

@ -1,6 +1,6 @@
# NetBox v3.5 # NetBox v3.5
## v3.5.0 (FUTURE) ## v3.5-beta2 (2023-04-18)
### Breaking Changes ### Breaking Changes

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.5.0-dev' VERSION = '3.5-beta2'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()

View File

@ -1,5 +1,5 @@
bleach==5.0.1 bleach==5.0.1
boto3==1.26.91 boto3==1.26.115
Django==4.1.8 Django==4.1.8
django-cors-headers==3.14.0 django-cors-headers==3.14.0
django-debug-toolbar==4.0.0 django-debug-toolbar==4.0.0
@ -15,7 +15,7 @@ django-tables2==2.5.3
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
drf-spectacular==0.26.1 drf-spectacular==0.26.2
drf-spectacular-sidecar==2023.4.1 drf-spectacular-sidecar==2023.4.1
dulwich==0.21.3 dulwich==0.21.3
feedparser==6.0.10 feedparser==6.0.10