fix: render tenancy fields in license form

Define an explicit tenancy fieldset and bump the package version to 1.9.1 so Git/Pip upgrades replace older installations.
This commit is contained in:
2026-07-24 15:34:01 +02:00
parent e1c817229b
commit 7ca670c717
5 changed files with 45 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ limitations under the License.
from netbox.plugins import PluginConfig
__version__ = "1.9.0"
__version__ = "1.9.1"
class SLMConfig(PluginConfig):