Skip to content

Commit

Permalink
Merge pull request #34 from wmclendon/netbox-v3.5-support
Browse files Browse the repository at this point in the history
version bump and allow install on v3.5 of netbox
  • Loading branch information
YWatchman committed May 20, 2023
2 parents 6811d06 + 6904bca commit 03ffc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox_ddns/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '1.2.6'
VERSION = '1.2.7'

try:
from extras.plugins import PluginConfig
Expand All @@ -13,7 +13,7 @@ class NetBoxDDNSConfig(PluginConfig):
verbose_name = 'Dynamic DNS'
version = VERSION
min_version = '3.0.0'
max_version = '3.4.999'
max_version = '3.5.999'
author = 'Sander Steffann'
author_email = 'sander@steffann.nl'
description = 'Dynamic DNS Connector for NetBox'
Expand Down

0 comments on commit 03ffc52

Please sign in to comment.