Skip to content

Commit 1fe783d

Browse files
author
Gauvain Pocentek
committed
version bump
Update Changelog and AUTHORS
1 parent 4fcef67 commit 1fe783d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Erik Weatherwax <erik.weatherwax@xls.xerox.com>
1111
Andrew Austin <aaustin@terremark.com>
1212
Koen Smets <koen.smets@gmail.com>
1313
Mart Sõmermaa <mart.somermaa@cgi.com>
14+
Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.6
2+
3+
* IDs can be unicode (#15)
4+
* ProjectMember: constructor should not create a User object
5+
* Add support for extra parameters when listing all projects (#12)
6+
* Projects listing: explicitly define arguments for pagination
7+
18
Version 0.5
29

310
* Add SSH key for user

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.5'
24+
__version__ = '0.6'
2525
__author__ = 'Gauvain Pocentek'
2626
__email__ = 'gauvain@pocentek.net'
2727
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)