1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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
## v3.5.0 (FUTURE)
## v3.5-beta1 (2023-03-30)
### Breaking Changes

View File

@@ -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-beta1'
# Hostname
HOSTNAME = platform.node()