Skip to content

Commit 65f5937

Browse files
authored
Merge pull request #19 from NetTech2001/4.1.6
4.1.6
2 parents 7b03058 + 953e0fc commit 65f5937

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Overview
33
This plugin allows you to compare and synchronize interface names and types between devices and device types in NetBox. It can be useful for finding and correcting inconsistencies between interfaces when changing the device type.
44
## Compatibility
5-
Tested with NetBox versions 4.0.0 - 4.2.2 This plugin is not compatible with Netbox 2 or 3
5+
Tested with NetBox versions 4.0.0 - 4.2.3 This plugin is not compatible with Netbox 2 or 3
66
## Installation
77
If your NetBox 4 installation uses virtualenv, activate it like this:
88
```

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.1.5'
8+
version = '4.1.6'
99
author = 'Keith Knowles'
1010
author_email = '[email protected]'
1111
default_settings = {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='netbox-interface-synchronization',
8-
version='4.1.5',
8+
version='4.1.6',
99
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',

0 commit comments

Comments
 (0)