mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-01-20 16:00:49 -06:00
bumps version to 1.4.2
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.4.1 (2023-04-20)
|
||||
Version: 1.4.2 (2023-04-24)
|
||||
Project URL: https://github.com/bb-ricardo/netbox-sync
|
||||
|
||||
options:
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
# For a copy, see file LICENSE.txt included in this
|
||||
# repository or visit: <https://opensource.org/licenses/MIT>.
|
||||
|
||||
__version__ = "1.4.1"
|
||||
__version_date__ = "2023-04-20"
|
||||
__version__ = "1.4.2"
|
||||
__version_date__ = "2023-04-24"
|
||||
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
|
||||
__description__ = "NetBox Sync"
|
||||
__license__ = "MIT"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
;;; Welcome to the NetBox Sync configuration file.
|
||||
;;; Version: 1.4.1 (2023-04-20)
|
||||
;;; Version: 1.4.2 (2023-04-24)
|
||||
;;; 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