From 83f41b83dc01c462c6a2295e9fc56ad42a3b62f4 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 12 Jun 2020 12:30:19 -0700 Subject: [PATCH] version bump --- changelog.txt | 2 +- jc/cli.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 95753429..6ed341f2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ jc changelog -20200610 v1.11.5 +20200612 v1.11.5 - Update airport_s parser to fix error on parsing empty data - Update arp parser to fix error on parsing empty data - Update blkid parser to fix error on parsing empty data diff --git a/jc/cli.py b/jc/cli.py index 6f55ae40..3220f7a1 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -21,7 +21,7 @@ import jc.appdirs as appdirs class info(): - version = '1.11.4' + version = '1.11.5' description = 'jc cli output JSON conversion tool' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/setup.py b/setup.py index 0d83a07b..9786ef10 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='1.11.4', + version='1.11.5', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',