Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit abe567d

Browse filesBrowse files
authored
Update __init__.py
1 parent 9561b81 commit abe567d
Copy full SHA for abe567d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎gitlab/__init__.py‎

Copy file name to clipboardExpand all lines: gitlab/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from gitlab.objects import * # noqa
3535

3636
__title__ = 'python-gitlab'
37-
__version__ = '0.20'
37+
__version__ = '0.20.1'
3838
__author__ = 'Gauvain Pocentek'
3939
__email__ = 'gauvain@pocentek.net'
4040
__license__ = 'LGPL3'
@@ -71,7 +71,7 @@ def __init__(self, url, private_token=None, email=None, password=None,
7171
ssl_verify=True, http_username=None, http_password=None,
7272
timeout=None):
7373

74-
self._url = '%s/api/v3' % url
74+
self._url = '%s/api/v4' % url
7575
#: Timeout to use for requests to gitlab server
7676
self.timeout = timeout
7777
#: Headers that will be used in request to GitLab

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.