diff options
author | Max Wittig <max.wittig@siemens.com> | 2019-02-22 10:03:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-22 10:03:07 +0100 |
commit | 57fa4e37aaf6ccee0d75085520f96fd15752a3df (patch) | |
tree | 6d54a210f77e155e0f4aed83b8e6fb35e9217fa5 /gitlab/__init__.py | |
parent | 8ce4e9e07913d9b9bb916d079ff0a7c528830a2d (diff) | |
parent | 4fce3386cf54c9d66c44f5b9c267330928bd1efe (diff) | |
download | gitlab-1.8.0.tar.gz |
Merge pull request #705 from python-gitlab/release-1.8.01.8.0
Release version 1.8.0
Diffstat (limited to 'gitlab/__init__.py')
-rw-r--r-- | gitlab/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 48f8da5..18f9d16 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -31,11 +31,11 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = 'python-gitlab' -__version__ = '1.7.0' +__version__ = '1.8.0' __author__ = 'Gauvain Pocentek' -__email__ = 'gauvain@pocentek.net' +__email__ = 'gauvainpocentek@gmail.com' __license__ = 'LGPL3' -__copyright__ = 'Copyright 2013-2018 Gauvain Pocentek' +__copyright__ = 'Copyright 2013-2019 Gauvain Pocentek' warnings.filterwarnings('default', category=DeprecationWarning, module='^gitlab') |