Skip to content

Commit

Permalink
bump minimum netbox version
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed Oct 24, 2023
1 parent b22319d commit d6b0e4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This plugin requires netbox version 3.5.x to work. Here is s compatibility table
|----------------|----------------|
| 3.5.0-7 | 0.0.1 - 0.0.6 |
| 3.5.8 | 0.0.7 |
| 3.6.x | 0.8.0 |

## Installing

Expand Down
2 changes: 1 addition & 1 deletion netbox_powerdns_sync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class NetBoxPowerdnsSyncConfig(PluginConfig):
author = "Matej Vadnjal"
author_email = "matej.vadnjal@arnes.si"
base_url = "powerdns-sync"
min_version = "3.5.8"
min_version = "3.6.0"
default_settings = {
"ttl_custom_field": None,
"powerdns_managed_record_comment": "netbox-powerdns-sync",
Expand Down
2 changes: 1 addition & 1 deletion netbox_powerdns_sync/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.8'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netbox-powerdns-sync"
version = "0.0.7"
version = "0.0.8"
description = "Sync DNS records in PowerDNS with NetBox"
authors = ["Matej Vadnjal <matej.vadnjal@arnes.si>"]
license = "MIT"
Expand Down

0 comments on commit d6b0e4b

Please sign in to comment.