Skip to content

Commit a16ff3f

Browse files
authored
Merge pull request #1111 from python-gitlab/chore/bump-version-2-3-0
chore: bump to 2.3.0
2 parents f10dd38 + 01ff865 commit a16ff3f

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.2.0"
32+
__version__ = "2.3.0"
3333
__author__ = "Gauvain Pocentek"
3434
__email__ = "gauvainpocentek@gmail.com"
3535
__license__ = "LGPL3"

0 commit comments

Comments
 (0)