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 b1d1b51 commit 7702b0eCopy full SHA for 7702b0e
docs/release-notes/version-4.0.md
@@ -1,5 +1,9 @@
1
# NetBox v4.0
2
3
+## v4.0.7 (FUTURE)
4
+
5
+---
6
7
## v4.0.6 (2024-06-24)
8
9
### Enhancements
netbox/netbox/settings.py
@@ -25,7 +25,7 @@
25
# Environment setup
26
#
27
28
-VERSION = '4.0.6'
+VERSION = '4.0.7-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