From 40d276a3585d7fc88405a82a399c9f7bb954530e Mon Sep 17 00:00:00 2001 From: "ricardo.bartels@telekom.de" Date: Mon, 25 Sep 2023 09:00:38 +0200 Subject: [PATCH] bumps version to 1.5.1 --- 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 fa84074..f8cd7d7 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.5.0 (2023-07-07) +Version: 1.5.1 (2023-09-25) Project URL: https://github.com/bb-ricardo/netbox-sync options: diff --git a/module/__init__.py b/module/__init__.py index d802cb5..2e01498 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.5.0" -__version_date__ = "2023-07-07" +__version__ = "1.5.1" +__version_date__ = "2023-09-25" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT" diff --git a/settings-example.ini b/settings-example.ini index 29618a2..839b55a 100644 --- a/settings-example.ini +++ b/settings-example.ini @@ -1,5 +1,5 @@ ;;; Welcome to the NetBox Sync configuration file. -;;; Version: 1.5.0 (2023-07-07) +;;; Version: 1.5.1 (2023-09-25) ;;; 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