diff options
author | github-actions <action@github.com> | 2022-08-10 12:50:36 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2022-08-10 12:50:36 +0000 |
commit | 3f91d2455657c570851f625c0d80c685d9393cbb (patch) | |
tree | bcba4ecb69e66784a7057738e9f9f0ab8acde225 /gitlab/_version.py | |
parent | 99d580ab9c56933c82d975e24170c3a9b27de423 (diff) | |
download | gitlab-3.8.1.tar.gz |
chore: release v3.8.1v3.8.1
Diffstat (limited to 'gitlab/_version.py')
-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 e8bbde2..1f38e20 100644 --- a/gitlab/_version.py +++ b/gitlab/_version.py @@ -3,4 +3,4 @@ __copyright__ = "Copyright 2013-2019 Gauvain Pocentek, 2019-2022 python-gitlab t __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" __title__ = "python-gitlab" -__version__ = "3.8.0" +__version__ = "3.8.1" |