File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010class NextBoxUIConfig (PluginConfig ):
1111 name = 'nextbox_ui_plugin'
1212 verbose_name = 'NextBox UI'
13- description = 'Next-Gen topology visualization plugin for Netbox powered by topoSphere SDK.'
14- version = '1.0.2 '
13+ description = 'A Next-Gen Topology Visualization Plugin for NetBox Powered by topoSphere SDK.'
14+ version = '1.0.3 '
1515 author = 'Igor Korotchenkov'
1616 author_email = 'iDebugAll@gmail.com'
1717 base_url = 'nextbox-ui'
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'nextbox_ui_plugin' ,
10- version = '1.0.2 ' ,
10+ version = '1.0.3 ' ,
1111 url = 'https://github.com/iDebugAll/nextbox-ui-plugin' ,
12- download_url = 'https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.2 .tar.gz' ,
13- description = 'Next-Gen topology visualization plugin for Netbox powered by topoSphere SDK.' ,
12+ download_url = 'https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.3 .tar.gz' ,
13+ description = 'A Next-Gen Topology Visualization Plugin for NetBox Powered by topoSphere SDK.' ,
1414 long_description = long_description ,
1515 long_description_content_type = 'text/markdown' ,
1616 author = 'Igor Korotchenkov' ,
You can’t perform that action at this time.
0 commit comments