summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormassimone88 <stefano.mandruzzato@gmail.com>2015-05-05 15:07:58 +0200
committermassimone88 <stefano.mandruzzato@gmail.com>2015-05-05 15:07:58 +0200
commit0d5b988e56794d8c52fa2c0e9d4023a8554d86fb (patch)
tree3561238fab63fd792c2c699f3ee4a8b834ff56a9
parentd44b48df2951e0e9e21bf8a0c48b09f8c894ca13 (diff)
downloadgitlab-0d5b988e56794d8c52fa2c0e9d4023a8554d86fb.tar.gz
change changelog, change, add my name on collaborators, change version
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog5
-rw-r--r--gitlab.py2
3 files changed, 7 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 6553ec6..221f4f7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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> \ No newline at end of file
diff --git a/ChangeLog b/ChangeLog
index 6ed622f..d2343bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/gitlab.py b/gitlab.py
index 1ba23d6..ca94aa0 100644
--- a/gitlab.py
+++ b/gitlab.py
@@ -26,7 +26,7 @@ import sys
from itertools import chain
__title__ = 'python-gitlab'
-__version__ = '0.8'
+__version__ = '0.8.1'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'