diff --git a/jc/lib.py b/jc/lib.py index 7184ffce..3df14865 100644 --- a/jc/lib.py +++ b/jc/lib.py @@ -6,7 +6,7 @@ import importlib from typing import Dict, List, Iterable, Union, Iterator from jc import appdirs -__version__ = '1.18.8' +__version__ = '1.19.0' parsers = [ 'acpi', @@ -34,6 +34,7 @@ parsers = [ 'free', 'fstab', 'git-log', + 'git-log-s', 'group', 'gshadow', 'hash', diff --git a/setup.py b/setup.py index 3ab23866..f0ebc225 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='1.18.8', + version='1.19.0', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',