diff --git a/README.md b/README.md index 3b92b45..1098ef4 100644 --- a/README.md +++ b/README.md @@ -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.0 (2023-03-20) +Version: 1.4.1 (2023-04-20) Project URL: https://github.com/bb-ricardo/netbox-sync options: diff --git a/module/__init__.py b/module/__init__.py index 8b609f9..5ece4bd 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.4.0" -__version_date__ = "2023-03-20" +__version__ = "1.4.1" +__version_date__ = "2023-04-20" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT" diff --git a/settings-example.ini b/settings-example.ini index e1ae024..090d3a8 100644 --- a/settings-example.ini +++ b/settings-example.ini @@ -1,5 +1,5 @@ ;;; Welcome to the NetBox Sync configuration file. -;;; Version: 1.4.0 (2023-03-20) +;;; Version: 1.4.1 (2023-04-20) ;;; 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