diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-06-23 10:01:36 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-06-23 10:01:36 +0200 |
commit | 5e6330f82b121a4d7772f4083dd94bdf9a6d915d (patch) | |
tree | d74b110a555deb880a2a4367596eca2fcf87ceff /gitlab | |
parent | 590c41ae5030140ea16904d22c15daa3a9ffd374 (diff) | |
download | gitlab-5e6330f82b121a4d7772f4083dd94bdf9a6d915d.tar.gz |
1.5.1 release1.5.1
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 0c69a99..1c13093 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -30,7 +30,7 @@ from gitlab.const import * # noqa from gitlab.exceptions import * # noqa __title__ = 'python-gitlab' -__version__ = '1.5.0' +__version__ = '1.5.1' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |