jeremystretch 2 年之前
父節點
當前提交
25dc7e234d
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      docs/release-notes/version-3.5.md
  2. 1 1
      netbox/netbox/settings.py

+ 4 - 0
docs/release-notes/version-3.5.md

@@ -1,5 +1,9 @@
 # NetBox v3.5
 
+## v3.5.1 (FUTURE)
+
+---
+
 ## v3.5.0 (2023-04-27)
 
 ### Breaking Changes

+ 1 - 1
netbox/netbox/settings.py

@@ -25,7 +25,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
 # Environment setup
 #
 
-VERSION = '3.5.0'
+VERSION = '3.5.1-dev'
 
 # Hostname
 HOSTNAME = platform.node()