diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-08-07 22:11:36 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-08-07 22:11:36 +0200 |
commit | e4624c9f17a8fbbe57da4316e6927f6d39bcc5a3 (patch) | |
tree | 7ebc33d0598cbc85b7c0e3e6a0114ec26b442889 /gitlab/__init__.py | |
parent | 5614a7c9bf62aede3804469b6781f45d927508ea (diff) | |
download | gitlab-0.14.tar.gz |
Update changelog/authors/version for 0.140.14
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 15a142c..fda3304 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -32,7 +32,7 @@ from gitlab.exceptions import * # noqa from gitlab.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '0.13' +__version__ = '0.14' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |