From 7db3624f90484e15a03911112640763f73129781 Mon Sep 17 00:00:00 2001 From: "ricardo.bartels@telekom.de" Date: Tue, 6 Sep 2022 10:04:42 +0200 Subject: [PATCH] preparing release 1.3.0 --- README.md | 2 +- netbox-sync.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57f6941..495b6e4 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ usage: netbox-sync.py [-h] [-c settings.ini] Sync objects from various sources to NetBox -Version: 1.3.0-beta3 (2022-04-26) +Version: 1.3.0 (2022-09-06) Project URL: https://github.com/bb-ricardo/netbox-sync optional arguments: diff --git a/netbox-sync.py b/netbox-sync.py index d48328c..89b47bb 100755 --- a/netbox-sync.py +++ b/netbox-sync.py @@ -25,8 +25,8 @@ from module.sources import instantiate_sources -__version__ = "1.3.0-beta3" -__version_date__ = "2022-08-26" +__version__ = "1.3.0" +__version_date__ = "2022-09-06" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT"