diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2013-12-26 15:40:00 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2013-12-26 15:40:00 +0100 |
commit | 04574f381d3d50afa86ec890681105f8f5a2a31e (patch) | |
tree | 1d8fc1e238c4803dbd3c6cf034d8508f02d42933 | |
parent | dc2bf5ea5ae827178e1e7a058e39b491ddebc01a (diff) | |
download | gitlab-04574f381d3d50afa86ec890681105f8f5a2a31e.tar.gz |
version bump0.5
-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' |