summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'