Make compatible with NetBox 2.10

This commit is contained in:
Sander Steffann 2020-12-26 19:56:53 +01:00
parent 75f00bd6bb
commit c183152a8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = '1.1.0'
VERSION = '1.1.1'
try:
from extras.plugins import PluginConfig
@ -13,7 +13,7 @@ class NetBoxDDNSConfig(PluginConfig):
verbose_name = 'Dynamic DNS'
version = VERSION
min_version = '2.8'
max_version = '2.10'
max_version = '2.10.999'
author = 'Sander Steffann'
author_email = 'sander@steffann.nl'
description = 'Dynamic DNS Connector for NetBox'