Jeremy Stretch %!s(int64=2) %!d(string=hai) anos
pai
achega
63c33ff4be
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  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.6 (FUTURE)
+
+---
+
 ## v3.5.5 (2023-07-06)
 
 ### 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.5.5'
+VERSION = '3.5.6-dev'
 
 # Hostname
 HOSTNAME = platform.node()