Skip to content

Commit 04574f3

Browse files
author
Gauvain Pocentek
committed
version bump
1 parent dc2bf5e commit 04574f3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff 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

714
Version 0.4
815

gitlab.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import 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'

0 commit comments

Comments
 (0)