mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-09 01:05:53 +02:00
doc update
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
jc changelog
|
||||
|
||||
20240212 v1.25.2
|
||||
20240214 v1.25.2
|
||||
- Fix `iwconfig` parser to handle more special characters in the SSID name
|
||||
- Documentation updates
|
||||
|
||||
20240212 v1.25.1
|
||||
|
@ -110,4 +110,4 @@ Compatibility: linux
|
||||
|
||||
Source: [`jc/parsers/iwconfig.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/iwconfig.py)
|
||||
|
||||
Version 1.1 by Thomas Vincent (vrince@gmail.com)
|
||||
Version 1.2 by Thomas Vincent (vrince@gmail.com)
|
||||
|
@ -85,7 +85,7 @@ import jc.utils
|
||||
|
||||
class info():
|
||||
"""Provides parser metadata (version, author, etc.)"""
|
||||
version = '1.1'
|
||||
version = '1.2'
|
||||
description = '`iwconfig` command parser'
|
||||
author = 'Thomas Vincent'
|
||||
author_email = 'vrince@gmail.com'
|
||||
|
Reference in New Issue
Block a user