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 952be24 commit 9b325f4Copy full SHA for 9b325f4
docs/release-notes/version-3.6.md
@@ -1,5 +1,9 @@
1
# NetBox v3.6
2
3
+## v3.6.3 (FUTURE)
4
+
5
+---
6
7
## v3.6.2 (2023-09-20)
8
9
### Enhancements
netbox/netbox/settings.py
@@ -25,7 +25,7 @@
25
# Environment setup
26
#
27
28
-VERSION = '3.6.2'
+VERSION = '3.6.3-dev'
29
30
# Hostname
31
HOSTNAME = platform.node()
0 commit comments