diff options
author | github-actions <action@github.com> | 2022-07-28 14:55:02 +0000 |
---|---|---|
committer | github-actions <action@github.com> | 2022-07-28 14:55:02 +0000 |
commit | 8ba97aa459420ec5ae824d9299d6564656841559 (patch) | |
tree | 6051203163fc55a4b00100b5aec2416f42e31606 /gitlab/_version.py | |
parent | c33cb20320e4b88bbf9ce994420d7daa69e7fc7f (diff) | |
download | gitlab-3.7.0.tar.gz |
chore: release v3.7.0v3.7.0
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 9be3769..7c1a18d 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__ = "3.6.0" +__version__ = "3.7.0" |