Browse Source

Release v3.5-beta1

jeremystretch 2 years ago
parent
commit
99b914689a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/release-notes/version-3.5.md
  2. 1 1
      netbox/netbox/settings.py

+ 1 - 1
docs/release-notes/version-3.5.md

@@ -1,6 +1,6 @@
 # NetBox v3.5
 # NetBox v3.5
 
 
-## v3.5.0 (FUTURE)
+## v3.5-beta1 (2023-03-30)
 
 
 ### Breaking Changes
 ### Breaking Changes
 
 

+ 1 - 1
netbox/netbox/settings.py

@@ -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()