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>
15
15
Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
16
16
Crestez Dan Leonard <lcrestez@ixiacom.com>
17
17
Patrick 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
+
1
6
Version 0.8
2
7
3
8
* Better python 2.6 and python 3 support
Original file line number Diff line number Diff line change 26
26
from itertools import chain
27
27
28
28
__title__ = 'python-gitlab'
29
- __version__ = '0.8'
29
+ __version__ = '0.8.1 '
30
30
__author__ = 'Gauvain Pocentek'
31
31
__email__ = 'gauvain@pocentek.net'
32
32
__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments