diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2014-01-16 08:18:39 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2014-01-16 08:18:39 +0100 |
commit | 1fe783dba0e63796411bc6a358191a3144dc9bb8 (patch) | |
tree | b25d61222edda0d62a700c25558815e563733312 | |
parent | 4fcef67d7ef275d81c3c4db7dfd21cdea0310e60 (diff) | |
download | gitlab-1fe783dba0e63796411bc6a358191a3144dc9bb8.tar.gz |
version bump0.6
Update Changelog and AUTHORS
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | gitlab.py | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -11,3 +11,4 @@ Erik Weatherwax <erik.weatherwax@xls.xerox.com> Andrew Austin <aaustin@terremark.com> Koen Smets <koen.smets@gmail.com> Mart Sõmermaa <mart.somermaa@cgi.com> +Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> @@ -1,3 +1,10 @@ +Version 0.6 + + * IDs can be unicode (#15) + * ProjectMember: constructor should not create a User object + * Add support for extra parameters when listing all projects (#12) + * Projects listing: explicitly define arguments for pagination + Version 0.5 * Add SSH key for user @@ -21,7 +21,7 @@ import requests import sys __title__ = 'python-gitlab' -__version__ = '0.5' +__version__ = '0.6' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |