diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-10-06 19:51:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 19:51:03 +0200 |
commit | 35cc8c789fda4977add7f399bf426352b1aa246f (patch) | |
tree | d4fd3aa407919549623fdfed5428ac515bcdaba2 | |
parent | 6f4332db37b0a609ec4bd5e2c0b7ffc01717599c (diff) | |
parent | 46481283a9985ae1b07fe686ec4a34e4a1219b66 (diff) | |
download | gitlab-35cc8c789fda4977add7f399bf426352b1aa246f.tar.gz |
Merge pull request #899 from python-gitlab/chore/package-versionv1.12.0
chore: bump to 1.12.0
-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" |