diff options
| author | Max Wittig <max.wittig@siemens.com> | 2020-02-05 11:42:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 11:42:32 +0100 |
| commit | a6c06609123a9f4cba1a8605b9c849e4acd69809 (patch) | |
| tree | 25b02fd864187f10b67453a44bad4a7da5e1fc7e /gitlab/__init__.py | |
| parent | f6d9858ab5c75a6c394db7e0978754fa48334353 (diff) | |
| download | gitlab-a6c06609123a9f4cba1a8605b9c849e4acd69809.tar.gz | |
chore: bump to 2.1.0
There are a few more features in there
Diffstat (limited to 'gitlab/__init__.py')
| -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 9a3a8b1..1f01d94 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" |
