Loading gitlab/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" __version__ = "1.9.0" __version__ = "1.10.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" Loading Loading
gitlab/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" __version__ = "1.9.0" __version__ = "1.10.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" Loading