We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5eb04 commit c26b726Copy full SHA for c26b726
README.md
@@ -125,7 +125,7 @@ usage: netbox-sync.py [-h] [-c settings.ini]
125
126
Sync objects from various sources to NetBox
127
128
-Version: 1.2.0 (2021-10-29)
+Version: 1.2.1 (2021-11-03)
129
Project URL: https://github.com/bb-ricardo/netbox-sync
130
131
optional arguments:
netbox-sync.py
@@ -25,8 +25,8 @@
25
from module.sources import instantiate_sources
26
27
28
-__version__ = "1.2.0"
29
-__version_date__ = "2021-10-29"
+__version__ = "1.2.1"
+__version_date__ = "2021-11-03"
30
__author__ = "Ricardo Bartels <[email protected]>"
31
__description__ = "NetBox Sync"
32
__license__ = "MIT"
0 commit comments