From 7e82e77e287edd35ac4a12906e260393506a05f9 Mon Sep 17 00:00:00 2001 From: Victor Golovanenko Date: Sat, 30 Oct 2021 12:27:25 +0300 Subject: [PATCH] Release v0.2.0 --- netbox_interface_sync/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox_interface_sync/__init__.py b/netbox_interface_sync/__init__.py index c72666f..51b9b7a 100644 --- a/netbox_interface_sync/__init__.py +++ b/netbox_interface_sync/__init__.py @@ -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 = { diff --git a/setup.py b/setup.py index 89fea62..7cff493 100644 --- a/setup.py +++ b/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',