From 72999295dcc42ae6a2d663ba8007715361b021fc Mon Sep 17 00:00:00 2001 From: "ricardo.bartels@telekom.de" Date: Fri, 16 Feb 2024 11:35:26 +0100 Subject: [PATCH] bump version to v1.6.0 --- README.md | 2 +- module/__init__.py | 4 ++-- module/netbox/connection.py | 2 +- settings-example.ini | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f8cd7d7..6b08bcc 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ usage: netbox-sync.py [-h] [-c settings.ini [settings.ini ...]] [-g] Sync objects from various sources to NetBox -Version: 1.5.1 (2023-09-25) +Version: 1.6.0 (2024-02-16) Project URL: https://github.com/bb-ricardo/netbox-sync options: diff --git a/module/__init__.py b/module/__init__.py index 2e01498..68905b7 100644 --- a/module/__init__.py +++ b/module/__init__.py @@ -7,8 +7,8 @@ # For a copy, see file LICENSE.txt included in this # repository or visit: . -__version__ = "1.5.1" -__version_date__ = "2023-09-25" +__version__ = "1.6.0" +__version_date__ = "2024-02-16" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT" diff --git a/module/netbox/connection.py b/module/netbox/connection.py index e6aa822..e9eabd6 100644 --- a/module/netbox/connection.py +++ b/module/netbox/connection.py @@ -902,7 +902,7 @@ def delete_unused_tags(self): if tag_tagged_items is None or tag_tagged_items != 0: continue - log.info(f"Deleting unused tag {this_tag.get_display_name()}") + log.info(f"Deleting unused tag '{this_tag.get_display_name()}'") self.request(NBTag, req_type="DELETE", nb_id=this_tag.nb_id) # EOF diff --git a/settings-example.ini b/settings-example.ini index b9b45af..4945340 100644 --- a/settings-example.ini +++ b/settings-example.ini @@ -1,5 +1,5 @@ ;;; Welcome to the NetBox Sync configuration file. -;;; Version: 1.5.1 (2023-09-25) +;;; Version: 1.6.0 (2024-02-16) ;;; Project URL: https://github.com/bb-ricardo/netbox-sync ; The values in this file override the default values used by the system if a config