Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Nov 19, 2024
1 parent 4cb8897 commit 2278c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jc changelog
- Fix `mount` parser for cases where there are spaces in the filesystem name
- Fix `netstat` parser for cases where there are spaces in the program name
- Fix `pkg-index-deb`, `apt-cache-show`, and `rpm-qi` parsers to correctly convert contiguous packages with the same name
- Fix `traceroute` parser to support extreme IPv6 cases
- Fix `uptime` parser for data that contains `user` instead of `users`
- Enhance `jc.utils.convert_size_to_int()` to add `posix_mode` and `decimal_bias` parameters

Expand Down
2 changes: 1 addition & 1 deletion jc/parsers/traceroute.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.7'
version = '1.8'
description = '`traceroute` and `traceroute6` command parser'
author = 'Kelly Brazil'
author_email = '[email protected]'
Expand Down

0 comments on commit 2278c7e

Please sign in to comment.