diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-11 13:56:49 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-11 13:56:49 +0200 |
commit | 19f1b1a968aba7bd9604511c015e8930e5111324 (patch) | |
tree | cf00b6923e6fd4d292f7950eefd17969a36c24db /gitlab/__init__.py | |
parent | 4ce2794b284647283c861d28f77a6d63ba809bc9 (diff) | |
download | gitlab-0.21.2.tar.gz |
0.21.2 release0.21.2
Diffstat (limited to 'gitlab/__init__.py')
-rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 4adc563..97e937d 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__ = '0.21.1' +__version__ = '0.21.2' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |