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

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

@@ -1,5 +1,9 @@
 # NetBox v4.0
 # NetBox v4.0
 
 
+## v4.0.1 (FUTURE)
+
+---
+
 ## v4.0.0 (2024-05-06)
 ## v4.0.0 (2024-05-06)
 
 
 !!! tip "Plugin Maintainers"
 !!! tip "Plugin Maintainers"

+ 1 - 1
netbox/netbox/settings.py

@@ -25,7 +25,7 @@ from utilities.string import trailing_slash
 # Environment setup
 # Environment setup
 #
 #
 
 
-VERSION = '4.0.0'
+VERSION = '4.0.1-dev'
 HOSTNAME = platform.node()
 HOSTNAME = platform.node()
 # Set the base directory two levels up
 # Set the base directory two levels up
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))