Skip to content

Commit f3b822e

Browse files
authored
Use new version identifier from Netbox (#608)
1 parent 555c1fa commit f3b822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_topology_views/template_content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django.conf import settings
44
from packaging import version
55

6-
NETBOX_CURRENT_VERSION = version.parse(settings.VERSION)
6+
NETBOX_CURRENT_VERSION = version.parse(settings.RELEASE.version)
77

88

99
class SiteButtons(PluginTemplateExtension):

0 commit comments

Comments
 (0)