Skip to content

Commit 67fdf55

Browse files
authored
Hotfix 1.0.5 (#159)
* Bugfix for config sanitizer
1 parent f90bac8 commit 67fdf55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nextbox_ui_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NextBoxUIConfig(PluginConfig):
1111
name = 'nextbox_ui_plugin'
1212
verbose_name = 'NextBox UI'
1313
description = 'A Next-Gen Topology Visualization Plugin for NetBox Powered by topoSphere SDK.'
14-
version = '1.0.4'
14+
version = '1.0.5'
1515
author = 'Igor Korotchenkov'
1616
author_email = '[email protected]'
1717
base_url = 'nextbox-ui'

nextbox_ui_plugin/static/nextbox_ui_plugin/topoSphere/topoSphere.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
setup(
99
name='nextbox_ui_plugin',
10-
version='1.0.4',
10+
version='1.0.5',
1111
url='https://github.com/iDebugAll/nextbox-ui-plugin',
12-
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.4.tar.gz',
12+
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.5.tar.gz',
1313
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',

0 commit comments

Comments
 (0)