We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce54f3 commit fbcec97Copy full SHA for fbcec97
docs/release-notes/version-4.0.md
@@ -1,5 +1,9 @@
1
# NetBox v4.0
2
3
+## v4.0.1 (FUTURE)
4
+
5
+---
6
7
## v4.0.0 (2024-05-06)
8
9
!!! tip "Plugin Maintainers"
netbox/netbox/settings.py
@@ -25,7 +25,7 @@
25
# Environment setup
26
#
27
28
-VERSION = '4.0.0'
+VERSION = '4.0.1-dev'
29
HOSTNAME = platform.node()
30
# Set the base directory two levels up
31
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
0 commit comments