Fix stable migration dependencies for NetBox 4.6
This commit is contained in:
@@ -5,10 +5,11 @@ class VMwareImporterConfig(PluginConfig):
|
||||
name = "netbox_vmware_importer"
|
||||
verbose_name = "VMware Importer"
|
||||
description = "Synchronize VMware vSphere virtual machines into NetBox."
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
author = "Internal NetBox Team"
|
||||
base_url = "vmware-importer"
|
||||
min_version = "4.4.0"
|
||||
min_version = "4.6.5"
|
||||
max_version = "4.6.8"
|
||||
|
||||
def ready(self):
|
||||
super().ready()
|
||||
|
||||
Reference in New Issue
Block a user