diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-03-19 15:30:44 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-03-19 15:30:44 +0100 |
commit | 754d5e5f66ac86baba02e7d63157c263510ec593 (patch) | |
tree | 022a7bc884be953c242de46233e7c50dc299df0d | |
parent | f8528cce8d79b13e90e1f87b56c8cdbe30b2067e (diff) | |
download | gitlab-754d5e5f66ac86baba02e7d63157c263510ec593.tar.gz |
version bump
-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 693621c..6c75195 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -32,7 +32,7 @@ from gitlab.exceptions import * # noqa from gitlab.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '0.12.1' +__version__ = '0.12.2' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |