Jeremy Stretch 2 년 전
부모
커밋
0f0cf683c4
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.7 (FUTURE)
+
+---
+
 ## v3.5.6 (2023-07-10)
 
 ### Bug Fixes

+ 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.6'
+VERSION = '3.5.7-dev'
 
 # Hostname
 HOSTNAME = platform.node()