Skip to content

Commit 6a3f424

Browse files
committed
bumps version to 1.4.2
1 parent aa74de4 commit 6a3f424

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ usage: netbox-sync.py [-h] [-c settings.ini [settings.ini ...]] [-g]
100100
101101
Sync objects from various sources to NetBox
102102
103-
Version: 1.4.1 (2023-04-20)
103+
Version: 1.4.2 (2023-04-24)
104104
Project URL: https://github.com/bb-ricardo/netbox-sync
105105
106106
options:

module/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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 <[email protected]>"
1313
__description__ = "NetBox Sync"
1414
__license__ = "MIT"

settings-example.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)