diff options
author | github-actions <action@github.com> | 2022-06-28 02:13:30 +0000 |
---|---|---|
committer | github-actions <action@github.com> | 2022-06-28 02:13:30 +0000 |
commit | d9ea7161eebe7bdceee9b0fba9339e3e2dccf305 (patch) | |
tree | b1b62b5fd71d0a44cb6966122521f5650583d559 /gitlab | |
parent | 323ab3c5489b0d35f268bc6c22ade782cade6ba4 (diff) | |
download | gitlab-d9ea7161eebe7bdceee9b0fba9339e3e2dccf305.tar.gz |
chore: release v3.6.0v3.6.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 9b6ab52..9be3769 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.5.0" +__version__ = "3.6.0" |