diff options
| author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-09 15:27:50 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-09 15:27:50 +0100 |
| commit | ca44878787a3e907ea35fd4adbb0a5c3020b44ed (patch) | |
| tree | c7c94bbac220e2356dd238ea2a27e966ea59eb64 /gitlab/__init__.py | |
| parent | 0163499bace58a5487f4f09bef2f656fdb541871 (diff) | |
| download | gitlab-ca44878787a3e907ea35fd4adbb0a5c3020b44ed.tar.gz | |
Bump version
And update copyright years.
Diffstat (limited to 'gitlab/__init__.py')
| -rw-r--r-- | gitlab/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 2c2f01d..b70d0a8 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -30,11 +30,11 @@ from gitlab.exceptions import * # noqa from gitlab.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '0.10' +__version__ = '0.11' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' -__copyright__ = 'Copyright 2013-2015 Gauvain Pocentek' +__copyright__ = 'Copyright 2013-2016 Gauvain Pocentek' warnings.simplefilter('always', DeprecationWarning) |
