We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2bf5e commit 04574f3Copy full SHA for 04574f3
ChangeLog
@@ -3,6 +3,13 @@ Version 0.5
3
* Add SSH key for user
4
* Fix comments
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
13
14
Version 0.4
15
gitlab.py
@@ -21,7 +21,7 @@
21
import sys
22
23
__title__ = 'python-gitlab'
24
-__version__ = '0.4'
+__version__ = '0.5'
25
__author__ = 'Gauvain Pocentek'
26
__email__ = 'gauvain@pocentek.net'
27
__license__ = 'LGPL3'
0 commit comments