Skip to content

Commit

Permalink
Hotfix 1.0.5 (#159)
Browse files Browse the repository at this point in the history
* Bugfix for config sanitizer
  • Loading branch information
iDebugAll authored Nov 29, 2024
1 parent f90bac8 commit 67fdf55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nextbox_ui_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NextBoxUIConfig(PluginConfig):
name = 'nextbox_ui_plugin'
verbose_name = 'NextBox UI'
description = 'A Next-Gen Topology Visualization Plugin for NetBox Powered by topoSphere SDK.'
version = '1.0.4'
version = '1.0.5'
author = 'Igor Korotchenkov'
author_email = '[email protected]'
base_url = 'nextbox-ui'
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name='nextbox_ui_plugin',
version='1.0.4',
version='1.0.5',
url='https://github.com/iDebugAll/nextbox-ui-plugin',
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.4.tar.gz',
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.5.tar.gz',
description='A Next-Gen Topology Visualization Plugin for NetBox Powered by topoSphere SDK.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 67fdf55

Please sign in to comment.