mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-05-06 17:29:30 -05:00
bump version to v1.6.0
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user