File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33class NextBoxUIConfig (PluginConfig ):
44 name = 'nextbox_ui_plugin'
55 verbose_name = 'NextBox UI'
6- description = 'Test '
7- version = '0.6.6 '
6+ description = 'A topology visualization plugin for Netbox powered by NextUI Toolkit. '
7+ version = '0.6.7 '
88 author = 'Igor Korotchenkov'
99 author_email = 'iDebugAll@gmail.com'
1010 base_url = 'nextbox-ui'
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'nextbox_ui_plugin' ,
10- version = '0.6.6 ' ,
10+ version = '0.6.7 ' ,
1111 url = 'https://github.com/iDebugAll/nextbox-ui-plugin' ,
12- download_url = 'https://github.com/iDebugAll/nextbox-ui-plugin/archive/v0.6.6 .tar.gz' ,
12+ download_url = 'https://github.com/iDebugAll/nextbox-ui-plugin/archive/v0.6.7 .tar.gz' ,
1313 description = 'A topology visualization plugin for Netbox powered by NextUI Toolkit.' ,
1414 long_description = long_description ,
1515 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments