mirror of
https://github.com/drygdryg/netbox-plugin-interface-sync
synced 2024-11-25 18:10:52 +03:00
Release v0.2.0
This commit is contained in:
parent
c746b327d1
commit
7e82e77e28
@ -5,7 +5,7 @@ class Config(PluginConfig):
|
||||
name = 'netbox_interface_sync'
|
||||
verbose_name = 'NetBox interface synchronization'
|
||||
description = 'Syncing interfaces with the interfaces from device type for NetBox devices'
|
||||
version = '0.1.2'
|
||||
version = '0.2.0'
|
||||
author = 'Victor Golovanenko'
|
||||
author_email = 'drygdryg2014@yandex.ru'
|
||||
default_settings = {
|
||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open('README.md', encoding='utf-8') as f:
|
||||
|
||||
setup(
|
||||
name='netbox-interface-sync',
|
||||
version='0.1.3',
|
||||
version='0.2.0',
|
||||
description='Syncing interfaces with the interfaces from device type for NetBox devices',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
Loading…
Reference in New Issue
Block a user