From cd696240ec9000ce12c4232db3436fbca58b8fdd Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Tue, 21 Feb 2017 05:54:43 +0100 Subject: 0.19 release --- gitlab/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitlab') diff --git a/gitlab/__init__.py b/gitlab/__init__.py index e0051aa..119dab0 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -34,11 +34,11 @@ from gitlab.exceptions import * # noqa from gitlab.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '0.18' +__version__ = '0.19' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' -__copyright__ = 'Copyright 2013-2016 Gauvain Pocentek' +__copyright__ = 'Copyright 2013-2017 Gauvain Pocentek' warnings.filterwarnings('default', category=DeprecationWarning, module='^gitlab') -- cgit v1.2.1