File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ Mart Sõmermaa <mart.somermaa@cgi.com>
1515Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
1616Crestez Dan Leonard <lcrestez@ixiacom.com>
1717Patrick Miller <patrick@velocitywebworks.com>
18+ Stefano Mandruzzato <stefano.mandruzzato@gmail.com>
Original file line number Diff line number Diff line change 1+ Version 0.8.1
2+
3+ * Implemented argparse libray for parsing argument on CLI
4+ * add custom action for InfoCert
5+
16Version 0.8
27
38 * Better python 2.6 and python 3 support
Original file line number Diff line number Diff line change 2626from itertools import chain
2727
2828__title__ = 'python-gitlab'
29- __version__ = '0.8'
29+ __version__ = '0.8.1 '
3030__author__ = 'Gauvain Pocentek'
3131__email__ = 'gauvain@pocentek.net'
3232__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments