netbox_ddns/__init__.py: remove max_version check

This commit is contained in:
Alarig Le Lay 2021-06-15 13:35:08 +02:00
parent c183152a8d
commit 33013d0c39
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 0 additions and 1 deletions

View File

@ -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'