diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-09-01 10:01:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 10:01:02 +0200 |
commit | 784cba659a9d15076711f5576549b4288df322cc (patch) | |
tree | 90bf4778102c97b1106156dce316d8d1440c6856 | |
parent | cf324995e1477a43b8667b3a85c6a05aa4227199 (diff) | |
parent | 56fef0180431f442ada5ce62352e4e813288257d (diff) | |
download | gitlab-784cba659a9d15076711f5576549b4288df322cc.tar.gz |
Merge pull request #1170 from python-gitlab/chore/bump-to-2-5-0v2.5.0
chore: bump python-gitlab to 2.5.0
-rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index a1327e2..960f086 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -29,7 +29,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "2.4.0" +__version__ = "2.5.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |