Skip to content

Commit 43183da

Browse files
authored
Merge pull request #629 from watson-developer-cloud/6021-update-assistantV2-readme
docs(AssistantV2): Removed beta documentation for Assistant V2 from readme
2 parents c1e70e6 + 8242e93 commit 43183da

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.2
2+
current_version = 2.5.3
33
commit = True
44

55
[bumpversion:file:watson_developer_cloud/version.py]

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Python client library to quickly get started with the various [Watson APIs][wdc]
1313
* [Before you begin](#before-you-begin)
1414
* [Installation](#installation)
1515
* [Examples](#examples)
16-
* [AssistantV2](#assistantv2)
1716
* [Running in IBM Cloud](#running-in-ibm-cloud)
1817
* [Authentication](#authentication)
1918
* [Getting credentials](#getting-credentials)
@@ -75,9 +74,6 @@ The [examples][examples] folder has basic and advanced examples. The examples wi
7574
Note:
7675
Conversation V1 is deprecated and will be removed in the next major release of the SDK. Use Assistant V1 or Assistant V2.
7776

78-
## AssistantV2
79-
Watson Assistant V2 API is released in beta. For details, see the ["Introducing Watson Assistant"](https://www.ibm.com/blogs/watson/2018/03/the-future-of-watson-conversation-watson-assistant/) blog post.
80-
8177
## Running in IBM Cloud
8278

8379
If you run your app in IBM Cloud, the SDK gets credentials from the [`VCAP_SERVICES`][vcap_services] environment variable.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import sys
2121

22-
__version__ = '2.5.2'
22+
__version__ = '2.5.3'
2323

2424
if sys.argv[-1] == 'publish':
2525
# test server

watson_developer_cloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.5.2'
1+
__version__ = '2.5.3'

0 commit comments

Comments
 (0)