2
0
Jeremy Stretch 2 жил өмнө
parent
commit
f58d80643c

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

@@ -1,4 +1,4 @@
-## v3.7-beta1 (FUTURE)
+## v3.7-beta1 (2023-12-05)
 
 ### Breaking Changes
 

+ 1 - 1
netbox/netbox/settings.py

@@ -27,7 +27,7 @@ from netbox.plugins import PluginConfig
 # Environment setup
 #
 
-VERSION = '3.6.7-dev'
+VERSION = '3.7-beta1'
 
 # Hostname
 HOSTNAME = platform.node()