mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-04-26 03:38:28 -05:00
prepare pre-release 1.2.0-beta.2
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user