Skip to content

Commit 57690af

Browse files
committed
update readme
1 parent f79d084 commit 57690af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ credentials = BasicAuthentication('', personal_access_token)
3030
connection = Connection(base_url=organization_url, creds=credentials)
3131

3232
# Get a client (the "core" client provides access to projects, teams, etc)
33-
core_client = connection.get_client('azure.devops.v4_0.core.core_client.CoreClient')
33+
core_client = connection.get_client('azure.devops.v5_0.core.core_client.CoreClient')
3434

3535
# Get the list of projects in the org
3636
projects = core_client.get_projects()

0 commit comments

Comments
 (0)