We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555c1fa commit f3b822eCopy full SHA for f3b822e
netbox_topology_views/template_content.py
@@ -3,7 +3,7 @@
3
from django.conf import settings
4
from packaging import version
5
6
-NETBOX_CURRENT_VERSION = version.parse(settings.VERSION)
+NETBOX_CURRENT_VERSION = version.parse(settings.RELEASE.version)
7
8
9
class SiteButtons(PluginTemplateExtension):
0 commit comments