File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ usage: netbox-sync.py [-h] [-c settings.ini [settings.ini ...]] [-g]
100100
101101Sync objects from various sources to NetBox
102102
103- Version: 1.4.1 (2023-04-20 )
103+ Version: 1.4.2 (2023-04-24 )
104104Project URL: https://github.com/bb-ricardo/netbox-sync
105105
106106options:
Original file line number Diff line number Diff line change 77# For a copy, see file LICENSE.txt included in this
88# repository or visit: <https://opensource.org/licenses/MIT>.
99
10- __version__ = "1.4.1 "
11- __version_date__ = "2023-04-20 "
10+ __version__ = "1.4.2 "
11+ __version_date__ = "2023-04-24 "
1212__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
1313__description__ = "NetBox Sync"
1414__license__ = "MIT"
Original file line number Diff line number Diff line change 11; ;; Welcome to the NetBox Sync configuration file.
2- ; ;; Version: 1.4.1 (2023-04-20 )
2+ ; ;; Version: 1.4.2 (2023-04-24 )
33; ;; Project URL: https://github.com/bb-ricardo/netbox-sync
44
55; The values in this file override the default values used by the system if a config
You can’t perform that action at this time.
0 commit comments