Skip to content

Commit f4632b2

Browse files
committed
Version Update
Bring version inline with Netbox version
1 parent 162444c commit f4632b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

netbox_interface_synchronization/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Config(PluginConfig):
55
name = 'netbox_interface_synchronization'
66
verbose_name = 'NetBox Interface Synchronization'
77
description = 'Syncing existing interface names and types with those from a new device type in NetBox'
8-
version = '4.0.2'
8+
version = '4.0.3'
99
author = 'Keith Knowles'
1010
author_email = '[email protected]'
1111
default_settings = {

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
setup(
77
name='netbox-interface-synchronization',
8-
version='4.0.2',
9-
description='Syncing existing interface names and types with those from a new device type in NetBox',
8+
version='4.0.3',
9+
description='Syncing existing interfaces with the interfaces from a device type template in NetBox 4+',
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',
1212
author='Keith Knowles',

0 commit comments

Comments
 (0)