diff options
author | Max Wittig <max.wittig95@gmail.com> | 2020-03-08 12:09:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 12:09:56 +0100 |
commit | 47cb58c24af48c77c372210f9e791edd2c2c98b0 (patch) | |
tree | 04095c771e46a116fbbe57284eff67f3d1e987c7 /gitlab | |
parent | ca37d23fd3d5a9ab19f5aeb2000ac32c503caeb1 (diff) | |
download | gitlab-47cb58c24af48c77c372210f9e791edd2c2c98b0.tar.gz |
chore: bump version to 2.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 7ea141e..f924372 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.0.1" +__version__ = "2.1.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |