File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
netbox_interface_synchronization Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class Config(PluginConfig):
55 name = 'netbox_interface_synchronization'
66 verbose_name = 'NetBox Interface Synchronization'
77 description = 'Syncing existing interface names and types with those from a new device type in NetBox'
8- version = '4.0.2 '
8+ version = '4.0.3 '
99 author = 'Keith Knowles'
1010 author_email = '[email protected] ' 1111 default_settings = {
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'netbox-interface-synchronization' ,
8- version = '4.0.2 ' ,
9- description = 'Syncing existing interface names and types with those from a new device type in NetBox' ,
8+ version = '4.0.3 ' ,
9+ description = 'Syncing existing interfaces with the interfaces from a device type template in NetBox 4+ ' ,
1010 long_description = long_description ,
1111 long_description_content_type = 'text/markdown' ,
1212 author = 'Keith Knowles' ,
You can’t perform that action at this time.
0 commit comments