Skip to content

Commit e30a556

Browse files
committed
bumps version to 1.7.0
1 parent 654d30e commit e30a556

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ usage: netbox-sync.py [-h] [-c settings.ini [settings.ini ...]] [-g]
9999
100100
Sync objects from various sources to NetBox
101101
102-
Version: 1.6.1 (2024-05-14)
102+
Version: 1.7.0 (2024-10-21)
103103
Project URL: https://github.com/bb-ricardo/netbox-sync
104104
105105
options:

module/__init__.py

Lines changed: 2 additions & 2 deletions
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.6.1"
11-
__version_date__ = "2024-05-14"
10+
__version__ = "1.7.0"
11+
__version_date__ = "2024-10-21"
1212
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
1313
__description__ = "NetBox Sync"
1414
__license__ = "MIT"

settings-example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;;; Welcome to the NetBox Sync configuration file.
2-
;;; Version: 1.6.1 (2024-05-14)
2+
;;; Version: 1.7.0 (2024-10-21)
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)