summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-12-02 20:41:32 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2016-12-02 20:41:32 +0100
commit932ccd2214fc41a8274626397c4a88a3d6eef585 (patch)
tree119cc163bedad1f63ea4e07d57ab55a3c1434536 /gitlab
parent39288c8fca774112ef1445c1281001a6190dd080 (diff)
downloadgitlab-932ccd2214fc41a8274626397c4a88a3d6eef585.tar.gz
prepare 0.17 release0.17
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 905c730..82a2414 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -34,7 +34,7 @@ from gitlab.exceptions import * # noqa
from gitlab.objects import * # noqa
__title__ = 'python-gitlab'
-__version__ = '0.16'
+__version__ = '0.17'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'