Skip to content

Commit 341e6ec

Browse files
committed
bump version to 1.8.0 and current date
1 parent ae5246f commit 341e6ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.8.0 (2025-02-26)
102+
Version: 1.8.0 (2025-03-07)
103103
Project URL: https://github.com/bb-ricardo/netbox-sync
104104
105105
options:

module/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# repository or visit: <https://opensource.org/licenses/MIT>.
99

1010
__version__ = "1.8.0"
11-
__version_date__ = "2025-02-26"
11+
__version_date__ = "2025-03-07"
1212
__author__ = "Ricardo Bartels <[email protected]>"
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.8.0 (2025-02-26)
2+
;;; Version: 1.8.0 (2025-03-07)
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)