From f3738854f0d010bade44edc60404dbab984d2adb Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Tue, 23 May 2017 15:44:06 +0200 Subject: [PATCH] Update Gitlab __init__ docstring --- gitlab/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 19da2c7c2..10913193d 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -65,6 +65,7 @@ class Gitlab(object): timeout (float): Timeout to use for requests to the GitLab server. http_username (str): Username for HTTP authentication http_password (str): Password for HTTP authentication + api_version (str): Gitlab API version to use (3 or 4) """ def __init__(self, url, private_token=None, email=None, password=None,