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
33 * Add SSH key for user
44 * Fix comments
55 * 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
613
714Version 0.4
815
Original file line number Diff line number Diff line change 2121import sys
2222
2323__title__ = 'python-gitlab'
24- __version__ = '0.4 '
24+ __version__ = '0.5 '
2525__author__ = 'Gauvain Pocentek'
2626__email__ = 'gauvain@pocentek.net'
2727__license__ = 'LGPL3'
You can’t perform that action at this time.
0 commit comments