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 d998e8b commit 20981adCopy full SHA for 20981ad
netbox_interface_synchronization/__init__.py
@@ -5,7 +5,7 @@ class Config(PluginConfig):
5
name = 'netbox_interface_synchronization'
6
verbose_name = 'NetBox Interface Synchronization'
7
description = 'Syncing existing interface names and types with those from a new device type in NetBox'
8
- version = '4.1.6'
+ version = '4.1.7'
9
author = 'Keith Knowles'
10
author_email = '[email protected]'
11
default_settings = {
0 commit comments