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 9dab3a0 commit 70c2b35Copy full SHA for 70c2b35
docs/release-notes/version-3.5.md
@@ -1,5 +1,9 @@
1
# NetBox v3.5
2
3
+## v3.5.5 (FUTURE)
4
+
5
+---
6
7
## v3.5.4 (2023-06-20)
8
9
### Enhancements
netbox/netbox/settings.py
@@ -25,7 +25,7 @@
25
# Environment setup
26
#
27
28
-VERSION = '3.5.4'
+VERSION = '3.5.5-dev'
29
30
# Hostname
31
HOSTNAME = platform.node()
0 commit comments