diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-10-06 19:50:23 +0200 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2019-10-06 19:50:23 +0200 |
commit | 46481283a9985ae1b07fe686ec4a34e4a1219b66 (patch) | |
tree | d4fd3aa407919549623fdfed5428ac515bcdaba2 /gitlab | |
parent | 6f4332db37b0a609ec4bd5e2c0b7ffc01717599c (diff) | |
download | gitlab-46481283a9985ae1b07fe686ec4a34e4a1219b66.tar.gz |
chore: bump to 1.12.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 163c599..89253ca 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -31,7 +31,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "1.11.0" +__version__ = "1.12.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |