Release v0.2.0

This commit is contained in:
Victor Golovanenko 2021-10-30 12:27:25 +03:00
parent c746b327d1
commit 7e82e77e28
Signed by: drygdryg
GPG Key ID: 50E0F568281DB835
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ class Config(PluginConfig):
name = 'netbox_interface_sync' name = 'netbox_interface_sync'
verbose_name = 'NetBox interface synchronization' verbose_name = 'NetBox interface synchronization'
description = 'Syncing interfaces with the interfaces from device type for NetBox devices' description = 'Syncing interfaces with the interfaces from device type for NetBox devices'
version = '0.1.2' version = '0.2.0'
author = 'Victor Golovanenko' author = 'Victor Golovanenko'
author_email = 'drygdryg2014@yandex.ru' author_email = 'drygdryg2014@yandex.ru'
default_settings = { default_settings = {

View File

@ -5,7 +5,7 @@ with open('README.md', encoding='utf-8') as f:
setup( setup(
name='netbox-interface-sync', name='netbox-interface-sync',
version='0.1.3', version='0.2.0',
description='Syncing interfaces with the interfaces from device type for NetBox devices', description='Syncing interfaces with the interfaces from device type for NetBox devices',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',