diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-03-09 15:26:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 15:26:04 +0100 |
commit | 6c5458a3bfc3208ad2d7cc40e1747f7715abe449 (patch) | |
tree | b7b5d2346ef5ad29799df0ea2b9c3e3768db88f4 /gitlab | |
parent | 8c44bb6540f0e114525ec33f442a5fcf7eb381b6 (diff) | |
download | gitlab-6c5458a3bfc3208ad2d7cc40e1747f7715abe449.tar.gz |
chore: bump version to 2.1.1v2.1.1
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 f924372..eed1ec1 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.0" +__version__ = "2.1.1" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |