Make compatible with NetBox 2.10
This commit is contained in:
parent
75f00bd6bb
commit
c183152a8d
|
@ -1,4 +1,4 @@
|
||||||
VERSION = '1.1.0'
|
VERSION = '1.1.1'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from extras.plugins import PluginConfig
|
from extras.plugins import PluginConfig
|
||||||
|
@ -13,7 +13,7 @@ class NetBoxDDNSConfig(PluginConfig):
|
||||||
verbose_name = 'Dynamic DNS'
|
verbose_name = 'Dynamic DNS'
|
||||||
version = VERSION
|
version = VERSION
|
||||||
min_version = '2.8'
|
min_version = '2.8'
|
||||||
max_version = '2.10'
|
max_version = '2.10.999'
|
||||||
author = 'Sander Steffann'
|
author = 'Sander Steffann'
|
||||||
author_email = 'sander@steffann.nl'
|
author_email = 'sander@steffann.nl'
|
||||||
description = 'Dynamic DNS Connector for NetBox'
|
description = 'Dynamic DNS Connector for NetBox'
|
||||||
|
|
Loading…
Reference in a new issue