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 | |
parent | d44b48df2951e0e9e21bf8a0c48b09f8c894ca13 (diff) | |
download | gitlab-0d5b988e56794d8c52fa2c0e9d4023a8554d86fb.tar.gz |
change changelog, change, add my name on collaborators, change version
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gitlab.py | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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 @@ -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' |