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

version bump. locale info changes. add ip-address parser

This commit is contained in:
Kelly Brazil
2022-07-27 08:27:28 -07:00
parent 73d0bb8bbd
commit 80de7ed5cb
5 changed files with 14 additions and 8 deletions

View File

@ -6,7 +6,7 @@ import importlib
from typing import Dict, List, Iterable, Union, Iterator
from jc import appdirs
__version__ = '1.20.4'
__version__ = '1.20.5'
parsers = [
'acpi',
@ -50,6 +50,7 @@ parsers = [
'ini',
'iostat',
'iostat-s',
'ip-address',
'iptables',
'iso-datetime',
'iw-scan',