From e48e983883a1c6869bb64be2cc95d5aca74a0d4f Mon Sep 17 00:00:00 2001 From: Matej Vadnjal Date: Thu, 17 Aug 2023 07:59:08 +0200 Subject: [PATCH] bump version --- README.md | 3 ++- netbox_powerdns_sync/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33a2f6d..5f5f99a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ This plugin requires netbox version 3.5.x to work. Here is s compatibility table | NetBox Version | Plugin Version | |----------------|----------------| -| 3.5 | 0.0.1 - 1.0.x | +| 3.5.0-7 | 0.0.1 - 0.0.6 | +| 3.5.8 | 0.0.7 | ## Installing diff --git a/netbox_powerdns_sync/version.py b/netbox_powerdns_sync/version.py index fa9c4ec..2792152 100644 --- a/netbox_powerdns_sync/version.py +++ b/netbox_powerdns_sync/version.py @@ -1 +1 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' diff --git a/pyproject.toml b/pyproject.toml index bb220ae..2e72e24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netbox-powerdns-sync" -version = "0.0.6" +version = "0.0.7" description = "Sync DNS records in PowerDNS with NetBox" authors = ["Matej Vadnjal "] license = "MIT"