We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613cf78 commit 7db3624Copy full SHA for 7db3624
README.md
@@ -137,7 +137,7 @@ usage: netbox-sync.py [-h] [-c settings.ini]
137
138
Sync objects from various sources to NetBox
139
140
-Version: 1.3.0-beta3 (2022-04-26)
+Version: 1.3.0 (2022-09-06)
141
Project URL: https://github.com/bb-ricardo/netbox-sync
142
143
optional arguments:
netbox-sync.py
@@ -25,8 +25,8 @@
25
from module.sources import instantiate_sources
26
27
28
-__version__ = "1.3.0-beta3"
29
-__version_date__ = "2022-08-26"
+__version__ = "1.3.0"
+__version_date__ = "2022-09-06"
30
__author__ = "Ricardo Bartels <[email protected]>"
31
__description__ = "NetBox Sync"
32
__license__ = "MIT"
0 commit comments