Skip to content

Commit cd82b0d

Browse files
committed
updating NLU version date to be consistent with the version date we're using in the docs, the other SDKs, and in the NLU code
1 parent c067117 commit cd82b0d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/natural_language_understanding_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# In[3]:
1515

1616
nlu = watson_developer_cloud.NaturalLanguageUnderstandingV1(
17-
version='2016-01-23',
17+
version='2017-02-27',
1818
username='USERNAME',
1919
password='PASSWORD')
2020

watson_developer_cloud/natural_language_understanding_v1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ class NaturalLanguageUnderstandingV1(WatsonDeveloperCloudService):
2222
from watson_developer_cloud/natural_language_understanding/features/v1
2323
2424
"""
25-
base_url = 'https://gateway.watsonplatform.net'
25+
base_url = 'https://gateway-s.watsonplatform.net'
2626
default_url = '{0}/natural-language-understanding/api'.format(base_url)
27-
latest_version = '2017-01-23'
27+
latest_version = '2017-02-27'
2828

2929
def __init__(self,
3030
version,

0 commit comments

Comments
 (0)