File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ Erik Weatherwax <erik.weatherwax@xls.xerox.com>
1111Andrew Austin <aaustin@terremark.com>
1212Koen Smets <koen.smets@gmail.com>
1313Mart Sõmermaa <mart.somermaa@cgi.com>
14+ Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
Original file line number Diff line number Diff line change 1+ Version 0.6
2+
3+ * IDs can be unicode (#15)
4+ * ProjectMember: constructor should not create a User object
5+ * Add support for extra parameters when listing all projects (#12)
6+ * Projects listing: explicitly define arguments for pagination
7+
18Version 0.5
29
310 * Add SSH key for user
Original file line number Diff line number Diff line change 2121import sys
2222
2323__title__ = 'python-gitlab'
24- __version__ = '0.5 '
24+ __version__ = '0.6 '
2525__author__ = 'Gauvain Pocentek'
2626__email__ = 'gauvain@pocentek.net'
2727__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments