File tree 3 files changed +4
-4
lines changed
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]
100
100
101
101
Sync objects from various sources to NetBox
102
102
103
- Version: 1.4.1 (2023-04-20 )
103
+ Version: 1.4.2 (2023-04-24 )
104
104
Project URL: https://github.com/bb-ricardo/netbox-sync
105
105
106
106
options:
Original file line number Diff line number Diff line change 7
7
# For a copy, see file LICENSE.txt included in this
8
8
# repository or visit: <https://opensource.org/licenses/MIT>.
9
9
10
- __version__ = "1.4.1 "
11
- __version_date__ = "2023-04-20 "
10
+ __version__ = "1.4.2 "
11
+ __version_date__ = "2023-04-24 "
12
12
__author__ = "Ricardo Bartels <[email protected] >"
13
13
__description__ = "NetBox Sync"
14
14
__license__ = "MIT"
Original file line number Diff line number Diff line change 1
1
; ;; Welcome to the NetBox Sync configuration file.
2
- ; ;; Version: 1.4.1 (2023-04-20 )
2
+ ; ;; Version: 1.4.2 (2023-04-24 )
3
3
; ;; Project URL: https://github.com/bb-ricardo/netbox-sync
4
4
5
5
; 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