diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-11-03 15:37:15 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-11-03 15:37:15 +0100 |
commit | 32f7e17208987fa345670421c333e22ae6aced6a (patch) | |
tree | f990d06fee4fa70dc9ce71d676c4d0616a018399 /gitlab | |
parent | 9eff543a42014ba30cf8af099534d507f7acebd4 (diff) | |
download | gitlab-1.1.0.tar.gz |
1.1.0 release1.1.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 965bf38..d5b480b 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.2' +__version__ = '1.1.0' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |