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 6ac25ee commit d52a6d3Copy full SHA for d52a6d3
docs/release-notes/version-3.6.md
@@ -1,5 +1,9 @@
1
# NetBox v3.6
2
3
+## v3.6.6 (FUTURE)
4
+
5
+---
6
7
## v3.6.5 (2023-11-09)
8
9
### Enhancements
netbox/netbox/settings.py
@@ -25,7 +25,7 @@
25
# Environment setup
26
#
27
28
-VERSION = '3.6.5'
+VERSION = '3.6.6-dev'
29
30
# Hostname
31
HOSTNAME = platform.node()
0 commit comments