Skip to content

Commit 2c1ea56

Browse files
authored
Merge pull request #842 from python-gitlab/chore/bump-package-version
chore: bump package version to 1.10.0
2 parents 29d102f + c7c8470 commit 2c1ea56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from gitlab import utils # noqa
3232

3333
__title__ = "python-gitlab"
34-
__version__ = "1.9.0"
34+
__version__ = "1.10.0"
3535
__author__ = "Gauvain Pocentek"
3636
__email__ = "gauvainpocentek@gmail.com"
3737
__license__ = "LGPL3"

0 commit comments

Comments
 (0)