diff options
author | massimone88 <stefano.mandruzzato@gmail.com> | 2015-05-05 15:07:58 +0200 |
---|---|---|
committer | massimone88 <stefano.mandruzzato@gmail.com> | 2015-05-05 15:07:58 +0200 |
commit | 0d5b988e56794d8c52fa2c0e9d4023a8554d86fb (patch) | |
tree | 3561238fab63fd792c2c699f3ee4a8b834ff56a9 /gitlab.py | |
parent | d44b48df2951e0e9e21bf8a0c48b09f8c894ca13 (diff) | |
download | gitlab-0d5b988e56794d8c52fa2c0e9d4023a8554d86fb.tar.gz |
change changelog, change, add my name on collaborators, change version
Diffstat (limited to 'gitlab.py')
-rw-r--r-- | gitlab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |