prepare pre-release 1.2.0-beta.2

This commit is contained in:
ricardo.bartels@telekom.de
2021-10-23 02:17:49 +02:00
parent bb4e693eba
commit b6feb8e791
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ usage: netbox-sync.py [-h] [-c settings.ini]
Sync objects from various sources to NetBox
Version: 1.1.2 (2021-09-14)
Version: 1.2.0-beta.2 (2021-10-23)
Project URL: https://github.com/bb-ricardo/netbox-sync
optional arguments:
+2 -2
View File
@@ -25,8 +25,8 @@ from module.netbox.object_classes import *
from module.sources import instantiate_sources
__version__ = "1.1.2"
__version_date__ = "2021-09-14"
__version__ = "1.2.0-beta.2"
__version_date__ = "2021-10-23"
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
__description__ = "NetBox Sync"
__license__ = "MIT"