bump version to v1.6.0

This commit is contained in:
ricardo.bartels@telekom.de
2024-02-16 11:35:26 +01:00
parent b7388d97a9
commit 72999295dc
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -7,8 +7,8 @@
# For a copy, see file LICENSE.txt included in this
# repository or visit: <https://opensource.org/licenses/MIT>.
__version__ = "1.5.1"
__version_date__ = "2023-09-25"
__version__ = "1.6.0"
__version_date__ = "2024-02-16"
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
__description__ = "NetBox Sync"
__license__ = "MIT"
+1 -1
View File
@@ -902,7 +902,7 @@ class NetBoxHandler:
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
+1 -1
View File
@@ -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