diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-01 18:16:48 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-01 18:16:48 +0100 |
| commit | 3a119cd6a4841fae5b2f116512830ed12b4b29f0 (patch) | |
| tree | c2a28bd17b23d3275036a4a1606a31e4816c26cc /gitlab | |
| parent | 6f50447917f3af4ab6611d0fdf7eb9bb67ee32c5 (diff) | |
| download | gitlab-1.2.0.tar.gz | |
Prepare v1.2.01.2.0
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 89a787a..846380f 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.1.0' +__version__ = '1.2.0' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |
