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