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 b7f6b72 commit d7e7137Copy full SHA for d7e7137
docs/release-notes/version-3.7.md
@@ -1,5 +1,9 @@
1
# NetBox v3.7
2
3
+## v3.7.4 (FUTURE)
4
+
5
+---
6
7
## v3.7.3 (2024-02-21)
8
9
### Enhancements
netbox/netbox/settings.py
@@ -28,7 +28,7 @@
28
# Environment setup
29
#
30
31
-VERSION = '3.7.3'
+VERSION = '3.7.4-dev'
32
33
# Hostname
34
HOSTNAME = platform.node()
0 commit comments