From c77696bc789cdfd286a7479c3d9f67d23149d0ce Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 30 Aug 2021 20:55:26 -0700 Subject: [PATCH] version bump --- CHANGELOG | 4 ++++ jc/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8657bd2d..65217c36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ jc changelog +20210830 v1.16.2 +- Note to Package Maintainers: please see note at 20210720 v1.16.0 +- Update sfdisk parser to support the -F option and newer versions of sfdisk + 20210813 v1.16.1 - Note to Package Maintainers: please see note at 20210720 v1.16.0 - Fix issue with process substitution with the magic syntax diff --git a/jc/__init__.py b/jc/__init__.py index 07cd69d4..ea00f83d 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -86,4 +86,4 @@ Module Example: """ name = 'jc' -__version__ = '1.16.1' +__version__ = '1.16.2' diff --git a/setup.py b/setup.py index 4bded3c1..5df70139 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='1.16.1', + version='1.16.2', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',