Skip to content

Commit 224b660

Browse files
authored
Merge pull request #197 from jhoelzl/patch-1
Updated Conversation API-Version
2 parents 7a2af41 + e5d9db5 commit 224b660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

watson_developer_cloud/conversation_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ConversationV1(WatsonDeveloperCloudService):
2424
"""Client for the Conversation service."""
2525

2626
default_url = 'https://gateway.watsonplatform.net/conversation/api'
27-
latest_version = '2017-02-03'
27+
latest_version = '2017-04-21'
2828

2929
def __init__(self, version, url=default_url, **kwargs):
3030
WatsonDeveloperCloudService.__init__(self, 'conversation', url,

0 commit comments

Comments
 (0)