diff options
author | github-actions <action@github.com> | 2021-06-10 22:03:10 +0000 |
---|---|---|
committer | github-actions <action@github.com> | 2021-06-10 22:03:10 +0000 |
commit | dc535565ca86154305bafba5ef45eb7abe66055b (patch) | |
tree | 39f5d51ee113cd2a3f42a5b152ee077a46691151 /gitlab | |
parent | 600a2c174f5fe274728b98b38d49f009946bcc4f (diff) | |
download | gitlab-dc535565ca86154305bafba5ef45eb7abe66055b.tar.gz |
chore: release v2.8.0v2.8.0
Diffstat (limited to 'gitlab')
-rw-r--r-- | gitlab/__version__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__version__.py b/gitlab/__version__.py index a28b9bc..054906b 100644 --- a/gitlab/__version__.py +++ b/gitlab/__version__.py @@ -3,4 +3,4 @@ __copyright__ = "Copyright 2013-2019 Gauvain Pocentek, 2019-2021 python-gitlab t __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" __title__ = "python-gitlab" -__version__ = "2.7.1" +__version__ = "2.8.0" |