mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
version bump
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
jc changelog
|
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
|
20200501 v1.10.7
|
||||||
- Requirements modifications for Fedora RPM packaging requirements
|
- Requirements modifications for Fedora RPM packaging requirements
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ import jc.utils
|
|||||||
|
|
||||||
|
|
||||||
class info():
|
class info():
|
||||||
version = '1.10.7'
|
version = '1.10.8'
|
||||||
description = 'jc cli output JSON conversion tool'
|
description = 'jc cli output JSON conversion tool'
|
||||||
author = 'Kelly Brazil'
|
author = 'Kelly Brazil'
|
||||||
author_email = 'kellyjonbrazil@gmail.com'
|
author_email = 'kellyjonbrazil@gmail.com'
|
||||||
|
Reference in New Issue
Block a user