Release v3.5-beta1

This commit is contained in:
jeremystretch 2023-03-30 15:55:12 -04:00
parent b0f6cea4f3
commit 99b914689a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# NetBox v3.5 # NetBox v3.5
## v3.5.0 (FUTURE) ## v3.5-beta1 (2023-03-30)
### 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-beta1'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()