From 5f798d603e461d2de5adf74662ba4d4b121f28f2 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 4 Mar 2020 16:11:14 -0800 Subject: [PATCH] version bump and ack to philippeitis --- jc/parsers/history.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jc/parsers/history.py b/jc/parsers/history.py index 41c5fab4..9335a6f8 100644 --- a/jc/parsers/history.py +++ b/jc/parsers/history.py @@ -44,10 +44,11 @@ import jc class info(): - version = '1.1' + version = '1.2' description = 'history command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' + details = 'Optimizations by https://github.com/philippeitis' # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd']