From 341e6ecc1bb2217fa970a1879372e48a2f6b3139 Mon Sep 17 00:00:00 2001 From: Ricardo Bartels Date: Fri, 7 Mar 2025 20:22:49 +0100 Subject: [PATCH] bump version to 1.8.0 and current date --- README.md | 2 +- module/__init__.py | 2 +- settings-example.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b09612d..0430a67 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.8.0 (2025-02-26) +Version: 1.8.0 (2025-03-07) Project URL: https://github.com/bb-ricardo/netbox-sync options: diff --git a/module/__init__.py b/module/__init__.py index ee32b85..32323f9 100644 --- a/module/__init__.py +++ b/module/__init__.py @@ -8,7 +8,7 @@ # repository or visit: . __version__ = "1.8.0" -__version_date__ = "2025-02-26" +__version_date__ = "2025-03-07" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT" diff --git a/settings-example.ini b/settings-example.ini index b288008..14027f2 100644 --- a/settings-example.ini +++ b/settings-example.ini @@ -1,5 +1,5 @@ ;;; Welcome to the NetBox Sync configuration file. -;;; Version: 1.8.0 (2025-02-26) +;;; Version: 1.8.0 (2025-03-07) ;;; 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