diff --git a/README.md b/README.md index d725de5..173b9d0 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ usage: netbox-sync.py [-h] [-c settings.ini [settings.ini ...]] [-g] Sync objects from various sources to NetBox -Version: 1.6.1 (2024-05-14) +Version: 1.7.0 (2024-10-21) Project URL: https://github.com/bb-ricardo/netbox-sync options: diff --git a/module/__init__.py b/module/__init__.py index b897cb2..b283262 100644 --- a/module/__init__.py +++ b/module/__init__.py @@ -7,8 +7,8 @@ # For a copy, see file LICENSE.txt included in this # repository or visit: . -__version__ = "1.6.1" -__version_date__ = "2024-05-14" +__version__ = "1.7.0" +__version_date__ = "2024-10-21" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT" diff --git a/settings-example.ini b/settings-example.ini index 1271e76..682bffc 100644 --- a/settings-example.ini +++ b/settings-example.ini @@ -1,5 +1,5 @@ ;;; Welcome to the NetBox Sync configuration file. -;;; Version: 1.6.1 (2024-05-14) +;;; Version: 1.7.0 (2024-10-21) ;;; 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