From 6a3f424995e1a40c5eea489ff8f249dc3dc14d52 Mon Sep 17 00:00:00 2001 From: "ricardo.bartels@telekom.de" Date: Mon, 24 Apr 2023 11:12:05 +0200 Subject: [PATCH] bumps version to 1.4.2 --- README.md | 2 +- module/__init__.py | 4 ++-- settings-example.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1098ef4..1db02ef 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.1 (2023-04-20) +Version: 1.4.2 (2023-04-24) Project URL: https://github.com/bb-ricardo/netbox-sync options: diff --git a/module/__init__.py b/module/__init__.py index 5ece4bd..f45aa56 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.1" -__version_date__ = "2023-04-20" +__version__ = "1.4.2" +__version_date__ = "2023-04-24" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT" diff --git a/settings-example.ini b/settings-example.ini index 36e19f8..6d8be2f 100644 --- a/settings-example.ini +++ b/settings-example.ini @@ -1,5 +1,5 @@ ;;; Welcome to the NetBox Sync configuration file. -;;; Version: 1.4.1 (2023-04-20) +;;; Version: 1.4.2 (2023-04-24) ;;; 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