mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Release v3.5-beta2
This commit is contained in:
parent
b167153186
commit
4452f57f90
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -14,7 +14,7 @@ body:
|
||||
attributes:
|
||||
label: NetBox version
|
||||
description: What version of NetBox are you currently running?
|
||||
placeholder: v3.4.8
|
||||
placeholder: v3.5-beta2
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -14,7 +14,7 @@ body:
|
||||
attributes:
|
||||
label: NetBox version
|
||||
description: What version of NetBox are you currently running?
|
||||
placeholder: v3.4.8
|
||||
placeholder: v3.5-beta2
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
@ -3,7 +3,7 @@
|
||||
bleach<6.0
|
||||
|
||||
# Python client for Amazon AWS API
|
||||
# https://github.com/boto/boto3
|
||||
# https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
|
||||
boto3
|
||||
|
||||
# The Python web framework on which NetBox is built
|
||||
|
@ -1,6 +1,6 @@
|
||||
# NetBox v3.5
|
||||
|
||||
## v3.5.0 (FUTURE)
|
||||
## v3.5-beta2 (2023-04-18)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
|
@ -24,7 +24,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
|
||||
# Environment setup
|
||||
#
|
||||
|
||||
VERSION = '3.5.0-dev'
|
||||
VERSION = '3.5-beta2'
|
||||
|
||||
# Hostname
|
||||
HOSTNAME = platform.node()
|
||||
|
@ -1,5 +1,5 @@
|
||||
bleach==5.0.1
|
||||
boto3==1.26.91
|
||||
boto3==1.26.115
|
||||
Django==4.1.8
|
||||
django-cors-headers==3.14.0
|
||||
django-debug-toolbar==4.0.0
|
||||
@ -15,7 +15,7 @@ django-tables2==2.5.3
|
||||
django-taggit==3.1.0
|
||||
django-timezone-field==5.0
|
||||
djangorestframework==3.14.0
|
||||
drf-spectacular==0.26.1
|
||||
drf-spectacular==0.26.2
|
||||
drf-spectacular-sidecar==2023.4.1
|
||||
dulwich==0.21.3
|
||||
feedparser==6.0.10
|
||||
|
Loading…
Reference in New Issue
Block a user