1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

doc update

This commit is contained in:
Kelly Brazil
2024-04-28 12:08:13 -07:00
parent d5398c7089
commit dea7099183
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ jc changelog
20240422 v1.25.3
- Add `battery_percentage` field to `bluetoothctl` parser output
- Optimize tests by removing timezone settings
- Documentation updates
20240323 v1.25.2

View File

@ -5,6 +5,8 @@ import jc.parsers.uptime
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
# force github actions testing
class MyTests(unittest.TestCase):