File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ Version 0.5
3
3
* Add SSH key for user
4
4
* Fix comments
5
5
* Add support for project events
6
+ * Support creation of projects for users
7
+ * Project: add methods for create/update/delete files
8
+ * Support projects listing: search, all, owned
9
+ * System hooks can't be updated
10
+ * Project.archive(): download tarball of the project
11
+ * Define new optional attributes for user creation
12
+ * Provide constants for access permissions in groups
6
13
7
14
Version 0.4
8
15
Original file line number Diff line number Diff line change 21
21
import sys
22
22
23
23
__title__ = 'python-gitlab'
24
- __version__ = '0.4 '
24
+ __version__ = '0.5 '
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