Skip to content

Commit 784cba6

Browse files
authored
Merge pull request #1170 from python-gitlab/chore/bump-to-2-5-0
chore: bump python-gitlab to 2.5.0
2 parents cf32499 + 56fef01 commit 784cba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from gitlab import utils # noqa
3030

3131
__title__ = "python-gitlab"
32-
__version__ = "2.4.0"
32+
__version__ = "2.5.0"
3333
__author__ = "Gauvain Pocentek"
3434
__email__ = "gauvainpocentek@gmail.com"
3535
__license__ = "LGPL3"

0 commit comments

Comments
 (0)