diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-06-09 11:39:52 +0200 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2020-06-09 13:23:16 +0200 |
commit | 870e7ea12ee424eb2454dd7d4b7906f89fbfea64 (patch) | |
tree | 5cbb7bb48fd84e41b3206fc04253e3fa55271c88 | |
parent | e71fe16b47835aa4db2834e98c7ffc6bdec36723 (diff) | |
download | gitlab-870e7ea12ee424eb2454dd7d4b7906f89fbfea64.tar.gz |
chore: bump version to 2.3.1
-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 1439be7..ee2b074 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -29,7 +29,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "2.3.0" +__version__ = "2.3.1" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |