Skip to content
Merged
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist/
MANIFEST
.*.swp
*.egg-info
.idea/
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Mart Sõmermaa <mart.somermaa@cgi.com>
Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
Crestez Dan Leonard <lcrestez@ixiacom.com>
Patrick Miller <patrick@velocitywebworks.com>
Stefano Mandruzzato <stefano.mandruzzato@gmail.com>
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.8.1

* Implemented argparse libray for parsing argument on CLI
* add custom action for InfoCert

Version 0.8

* Better python 2.6 and python 3 support
Expand Down
Loading