mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
version bump
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
jc changelog
|
||||
|
||||
20230121 v1.23.0
|
||||
- Add ssh_conf file parser
|
||||
- Add input slicing
|
||||
|
||||
20230111 v1.22.5
|
||||
- Add TOML file parser
|
||||
- Add INI with duplicate key support file parser
|
||||
|
@ -9,7 +9,7 @@ from .jc_types import ParserInfoType, JSONDictType
|
||||
from jc import appdirs
|
||||
|
||||
|
||||
__version__ = '1.22.5'
|
||||
__version__ = '1.23.0'
|
||||
|
||||
parsers: List[str] = [
|
||||
'acpi',
|
||||
|
Reference in New Issue
Block a user