jeremystretch %!s(int64=2) %!d(string=hai) anos
pai
achega
25dc7e234d
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.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()