1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-11 01:10:37 +02:00

version bump and add iwconfig parser

This commit is contained in:
Kelly Brazil
2022-12-23 09:12:09 -08:00
parent b3ced64672
commit 33c40874fa
9 changed files with 162 additions and 38 deletions

View File

@ -9,7 +9,7 @@ from .jc_types import ParserInfoType, JSONDictType
from jc import appdirs
__version__ = '1.22.3'
__version__ = '1.22.4'
parsers: List[str] = [
'acpi',