diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | gitlab.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -3,6 +3,13 @@ Version 0.5 * Add SSH key for user * Fix comments * Add support for project events + * Support creation of projects for users + * Project: add methods for create/update/delete files + * Support projects listing: search, all, owned + * System hooks can't be updated + * Project.archive(): download tarball of the project + * Define new optional attributes for user creation + * Provide constants for access permissions in groups Version 0.4 @@ -21,7 +21,7 @@ import requests import sys __title__ = 'python-gitlab' -__version__ = '0.4' +__version__ = '0.5' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |