1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-05 00:49:03 +02:00

version bump

This commit is contained in:
Kelly Brazil
2021-05-19 16:23:34 -07:00
parent 5eef7bd769
commit 72a37b9289
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
jc changelog jc changelog
20210520 v1.15.5
- Fix issue where help and about information would not display if a 3rd party parser library was missing. (e.g. xmltodict)
20210517 v1.15.4 20210517 v1.15.4
- Update ping parser to support error responses in OSX and BSD - Update ping parser to support error responses in OSX and BSD
- Update ping parser to be more resilient against parsing errors for unknown error types - Update ping parser to be more resilient against parsing errors for unknown error types

View File

@ -86,4 +86,4 @@ Module Example:
""" """
name = 'jc' name = 'jc'
__version__ = '1.15.4' __version__ = '1.15.5'

View File

@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
setuptools.setup( setuptools.setup(
name='jc', name='jc',
version='1.15.4', version='1.15.5',
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.',