diff options
author | github-actions <action@github.com> | 2021-08-28 00:15:48 +0000 |
---|---|---|
committer | github-actions <action@github.com> | 2021-08-28 00:15:48 +0000 |
commit | a00ec87bdbadccaf3e3700a48cbb797fd2750107 (patch) | |
tree | 0c6216baba1d7c4e22e08670090e79bbaf293777 /gitlab | |
parent | 2ae1dd7d91f4f90123d9dd8ea92c61b38383e31c (diff) | |
download | gitlab-a00ec87bdbadccaf3e3700a48cbb797fd2750107.tar.gz |
chore: release v2.10.1v2.10.1
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 2e8a93f..d7e8431 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.10.0" +__version__ = "2.10.1" |