mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
version bump to v1.15.3
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
|
20210420 v1.15.3
|
||||||
|
- Add ufw status command parser tested on linux
|
||||||
|
|
||||||
20210418 v1.15.2
|
20210418 v1.15.2
|
||||||
- Add systeminfo parser tested on Windows
|
- Add systeminfo parser tested on Windows
|
||||||
- Update dig parser to fix an issue with IPv6 addresses in the server field
|
- Update dig parser to fix an issue with IPv6 addresses in the server field
|
||||||
|
@ -86,4 +86,4 @@ Module Example:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
name = 'jc'
|
name = 'jc'
|
||||||
__version__ = '1.15.2'
|
__version__ = '1.15.3'
|
||||||
|
@ -102,6 +102,7 @@ parsers = [
|
|||||||
'timedatectl',
|
'timedatectl',
|
||||||
'tracepath',
|
'tracepath',
|
||||||
'traceroute',
|
'traceroute',
|
||||||
|
'ufw',
|
||||||
'uname',
|
'uname',
|
||||||
'upower',
|
'upower',
|
||||||
'uptime',
|
'uptime',
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='jc',
|
name='jc',
|
||||||
version='1.15.2',
|
version='1.15.3',
|
||||||
author='Kelly Brazil',
|
author='Kelly Brazil',
|
||||||
author_email='kellyjonbrazil@gmail.com',
|
author_email='kellyjonbrazil@gmail.com',
|
||||||
description='Converts the output of popular command-line tools and file-types to JSON.',
|
description='Converts the output of popular command-line tools and file-types to JSON.',
|
||||||
|
Reference in New Issue
Block a user