We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44b48d commit 0d5b988Copy full SHA for 0d5b988
AUTHORS
@@ -15,3 +15,4 @@ Mart Sõmermaa <mart.somermaa@cgi.com>
15
Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
16
Crestez Dan Leonard <lcrestez@ixiacom.com>
17
Patrick Miller <patrick@velocitywebworks.com>
18
+Stefano Mandruzzato <stefano.mandruzzato@gmail.com>
ChangeLog
@@ -1,3 +1,8 @@
1
+Version 0.8.1
2
+
3
+ * Implemented argparse libray for parsing argument on CLI
4
+ * add custom action for InfoCert
5
6
Version 0.8
7
8
* Better python 2.6 and python 3 support
gitlab.py
@@ -26,7 +26,7 @@
26
from itertools import chain
27
28
__title__ = 'python-gitlab'
29
-__version__ = '0.8'
+__version__ = '0.8.1'
30
__author__ = 'Gauvain Pocentek'
31
__email__ = 'gauvain@pocentek.net'
32
__license__ = 'LGPL3'
0 commit comments