Jeremy Stretch hace 2 años
padre
commit
7efbfabc0b
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      docs/release-notes/version-3.6.md
  2. 1 1
      netbox/netbox/settings.py

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

@@ -1,5 +1,9 @@
 # NetBox v3.6
 
+## v3.6.5 (FUTURE)
+
+---
+
 ## v3.6.4 (2023-10-17)
 
 ### Enhancements

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