summaryrefslogtreecommitdiff
path: root/gitlab.py
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 /gitlab.py
parentd44b48df2951e0e9e21bf8a0c48b09f8c894ca13 (diff)
downloadgitlab-0d5b988e56794d8c52fa2c0e9d4023a8554d86fb.tar.gz
change changelog, change, add my name on collaborators, change version
Diffstat (limited to 'gitlab.py')
-rw-r--r--gitlab.py2
1 files changed, 1 insertions, 1 deletions
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'