netbox_ddns/__init__.py: remove max_version check
This commit is contained in:
parent
c183152a8d
commit
33013d0c39
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue