瀏覽代碼

Release v3.7-beta1

Jeremy Stretch 2 年之前
父節點
當前提交
f58d80643c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/release-notes/version-3.7.md
  2. 1 1
      netbox/netbox/settings.py

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