forms.MultipleChoiceField auf 0.1.2

This commit is contained in:
2026-07-10 09:28:16 +02:00
parent 898f3341a3
commit a1a92af0e0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class VMwareImporterConfig(PluginConfig):
name = "netbox_vmware_importer"
verbose_name = "VMware Importer"
description = "Synchronize VMware vSphere virtual machines into NetBox."
version = "0.1.1"
version = "0.1.2"
author = "Internal NetBox Team"
base_url = "vmware-importer"
min_version = "4.4.0"