File tree 3 files changed +9
-1
lines changed
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>
11
11
Andrew Austin <aaustin@terremark.com>
12
12
Koen Smets <koen.smets@gmail.com>
13
13
Mart 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
+
1
8
Version 0.5
2
9
3
10
* Add SSH key for user
Original file line number Diff line number Diff line change 21
21
import sys
22
22
23
23
__title__ = 'python-gitlab'
24
- __version__ = '0.5 '
24
+ __version__ = '0.6 '
25
25
__author__ = 'Gauvain Pocentek'
26
26
__email__ = 'gauvain@pocentek.net'
27
27
__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments