summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-05-19 15:41:56 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-05-19 15:41:56 +0200
commit3ad706eefb60caf34b4db3e9c04bbd119040f0db (patch)
tree7d0d3d96ec4d0170ff22f91eb84bf4599e9ed536 /gitlab
parente6ecf65c5f0bd3f95a47af6bbe484af9bbd68ca6 (diff)
downloadgitlab-3ad706eefb60caf34b4db3e9c04bbd119040f0db.tar.gz
Prepare the 1.4.0 release
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 140c916..f0eb136 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -35,7 +35,7 @@ from gitlab.exceptions import * # noqa
from gitlab.v3.objects import * # noqa
__title__ = 'python-gitlab'
-__version__ = '1.3.0'
+__version__ = '1.4.0'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'