From 33013d0c3977397f065d84d55a1d3bfd5f9367d6 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 15 Jun 2021 13:35:08 +0200 Subject: [PATCH] netbox_ddns/__init__.py: remove max_version check --- netbox_ddns/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/netbox_ddns/__init__.py b/netbox_ddns/__init__.py index 9d5bfcd..0b7e08d 100644 --- a/netbox_ddns/__init__.py +++ b/netbox_ddns/__init__.py @@ -13,7 +13,6 @@ class NetBoxDDNSConfig(PluginConfig): verbose_name = 'Dynamic DNS' version = VERSION min_version = '2.8' - max_version = '2.10.999' author = 'Sander Steffann' author_email = 'sander@steffann.nl' description = 'Dynamic DNS Connector for NetBox'