Skip to content

Commit 3152368

Browse files
committed
bump to release version 1.2.0 add check_redfish and vCenter tags (Katherine Johnson)
1 parent d954bdd commit 3152368

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ usage: netbox-sync.py [-h] [-c settings.ini]
125125
126126
Sync objects from various sources to NetBox
127127
128-
Version: 1.2.0-beta.2 (2021-10-23)
128+
Version: 1.2.0 (2021-10-29)
129129
Project URL: https://github.com/bb-ricardo/netbox-sync
130130
131131
optional arguments:

netbox-sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
from module.sources import instantiate_sources
2626

2727

28-
__version__ = "1.2.0-beta.2"
29-
__version_date__ = "2021-10-23"
28+
__version__ = "1.2.0"
29+
__version_date__ = "2021-10-29"
3030
__author__ = "Ricardo Bartels <ricardo.bartels@telekom.de>"
3131
__description__ = "NetBox Sync"
3232
__license__ = "MIT"

0 commit comments

Comments
 (0)