From 3a119cd6a4841fae5b2f116512830ed12b4b29f0 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 1 Jan 2018 18:16:48 +0100 Subject: Prepare v1.2.0 --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab/__init__.py') diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 89a787a..846380f 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -34,7 +34,7 @@ from gitlab.exceptions import * # noqa from gitlab.v3.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '1.1.0' +__version__ = '1.2.0' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' -- cgit v1.2.1