diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-24 14:51:46 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-24 14:51:46 +0200 |
commit | cd9194baa78ec55800312661e97fc5a45ed1d659 (patch) | |
tree | 1df3b3a825900ce2d6e39c8f5ddecd1971a06796 /gitlab/__init__.py | |
parent | ba41e5e02ce638facdf7542ec8ae23fc1eb4f844 (diff) | |
download | gitlab-0.21.tar.gz |
Prepare the 0.21 release0.21
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 5b11c39..db96ab3 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.20' +__version__ = '0.21' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |