diff options
| author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-05-15 15:31:36 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-05-15 15:31:36 +0200 |
| commit | dce3193e03baa746228a91bdfdeaecd7aa8d5e10 (patch) | |
| tree | 8a2b33291bb2aebffe84b91b63773d8965b3be78 /gitlab/__init__.py | |
| parent | 1bc412e2b7fa285e89a8ac37f05f0b62f354bdf5 (diff) | |
| download | gitlab-dce3193e03baa746228a91bdfdeaecd7aa8d5e10.tar.gz | |
get ready for a 0.9 release
Diffstat (limited to 'gitlab/__init__.py')
| -rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 78fcfd0..93dee61 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -27,7 +27,7 @@ import requests import six __title__ = 'python-gitlab' -__version__ = '0.8.1' +__version__ = '0.9' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |
