From 3ad706eefb60caf34b4db3e9c04bbd119040f0db Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 19 May 2018 15:41:56 +0200 Subject: Prepare the 1.4.0 release --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab') 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' -- cgit v1.2.1