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 /gitlab.py | |
parent | 4fcef67d7ef275d81c3c4db7dfd21cdea0310e60 (diff) | |
download | gitlab-1fe783dba0e63796411bc6a358191a3144dc9bb8.tar.gz |
version bump0.6
Update Changelog and AUTHORS
Diffstat (limited to 'gitlab.py')
-rw-r--r-- | gitlab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |