From f6478fb636ead8d1e53e4a88d59e55222df37a8f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 9 Jun 2020 11:18:47 -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 62a1598e..4098b4d7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ jc changelog -20200xxxx v1.12.0 +20200609 v1.11.3 - Add local parser plugin feature (contributed by Dean Serenevy) 20200530 v1.11.2 diff --git a/jc/cli.py b/jc/cli.py index 63ae5407..aed938fa 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -21,7 +21,7 @@ import jc.appdirs as appdirs class info(): - version = '1.11.2' + version = '1.11.3' description = 'jc cli output JSON conversion tool' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/setup.py b/setup.py index 6036b6b0..0ca52eae 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.2', + version='1.11.3', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',