diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-04-07 10:44:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 10:44:09 +0200 |
commit | 22d4b465c3217536cb444dafe5c25e9aaa3aa7be (patch) | |
tree | 824b873dc6b230a0a459170ff1bc7720596dbd34 /gitlab | |
parent | 6749859505db73655f13a7950e70b67c1ee1d0fb (diff) | |
download | gitlab-22d4b465c3217536cb444dafe5c25e9aaa3aa7be.tar.gz |
chore: bump to 2.2.0v2.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 b5d53de..f46cbac 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -30,7 +30,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "2.1.2" +__version__ = "2.2.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |