Skip to content

Commit e5d9db5

Browse files
authored
Updated Conversation API-Version
Based on Release Notes in https://www.ibm.com/watson/developercloud/doc/conversation/release-notes.html
1 parent 3ff84dd commit e5d9db5

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)