diff --git a/changelog.txt b/changelog.txt index 52516a53..0f9a138d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ jc changelog +20200508 v1.10.8 +- Add license file to dist for Fedora RPM packaging requirements +- Remove tests from package to keep from polluting the global site-packages + 20200501 v1.10.7 - Requirements modifications for Fedora RPM packaging requirements diff --git a/jc/cli.py b/jc/cli.py index 1aab30be..b5d490e3 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -18,7 +18,7 @@ import jc.utils class info(): - version = '1.10.7' + version = '1.10.8' description = 'jc cli output JSON conversion tool' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'