diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-09-29 11:12:53 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-09-29 11:12:53 +0200 |
commit | 9e09cf618a01e2366f2ae7d66874f4697567cfc3 (patch) | |
tree | f9a2d7ff6b172a158862577e9f864f30a3c7f6e4 /gitlab | |
parent | 05656bbe237707794e9dd1e75e453413c0cf25a5 (diff) | |
download | gitlab-9e09cf618a01e2366f2ae7d66874f4697567cfc3.tar.gz |
Prepare the 1.0.2 release1.0.2
Diffstat (limited to 'gitlab')
-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 36a93ed..25b0b86 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -34,7 +34,7 @@ from gitlab.exceptions import * # noqa from gitlab.v3.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '1.0.1' +__version__ = '1.0.2' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |