Skip to content

Commit 0d5b988

Browse files
committed
change changelog, change, add my name on collaborators, change version
1 parent d44b48d commit 0d5b988

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Mart Sõmermaa <mart.somermaa@cgi.com>
1515
Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
1616
Crestez Dan Leonard <lcrestez@ixiacom.com>
1717
Patrick Miller <patrick@velocitywebworks.com>
18+
Stefano Mandruzzato <stefano.mandruzzato@gmail.com>

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.8.1
2+
3+
* Implemented argparse libray for parsing argument on CLI
4+
* add custom action for InfoCert
5+
16
Version 0.8
27

38
* Better python 2.6 and python 3 support

gitlab.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from itertools import chain
2727

2828
__title__ = 'python-gitlab'
29-
__version__ = '0.8'
29+
__version__ = '0.8.1'
3030
__author__ = 'Gauvain Pocentek'
3131
__email__ = 'gauvain@pocentek.net'
3232
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)