1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-03-10 16:20:53 +02:00

version bump

This commit is contained in:
Kelly Brazil
2026-02-27 11:37:58 -08:00
parent 9fd13e6987
commit 1c0a35dff8
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
jc changelog
202501012 v1.25.6
20260227 v1.25.7
20251012 v1.25.6
- Add `net-localgroup` Windows command parser
- Add `net-user` Windows command parser
- Add `route-print` Windows command parser

View File

@@ -10,7 +10,7 @@ from jc import appdirs
from jc import utils
__version__ = '1.25.6'
__version__ = '1.25.7'
parsers: List[str] = [
'acpi',

View File

@@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
setuptools.setup(
name='jc',
version='1.25.6',
version='1.25.7',
author='Kelly Brazil',
author_email='kellyjonbrazil@gmail.com',
description='Converts the output of popular command-line tools and file-types to JSON.',