Skip to content

Commit 018af9c

Browse files
committed
Merge branch 'master' of github.com:watson-developer-cloud/python-sdk into develop
2 parents 5ff8dd3 + b04f75c commit 018af9c

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

.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 = 1.2.0
2+
current_version = 1.2.1
33
commit = True
44
tag = True
55

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,24 @@ or
2121
easy_install --upgrade watson-developer-cloud
2222
```
2323

24-
Note: If you run into permission issues try:
24+
Note the following:
25+
26+
a) If you run into permission issues try:
2527

2628
```bash
2729
sudo -H pip install --ignore-installed six watson-developer-cloud
2830
```
2931

3032
For more details see [#225](https://github.com/watson-developer-cloud/python-sdk/issues/225)
3133

34+
b) In case you run into problems installing the SDK in DSX, try
35+
```
36+
!pip install --upgrade pip
37+
```
38+
Restarting the kernel
39+
40+
For more details see [#405](https://github.com/watson-developer-cloud/python-sdk/issues/405)
41+
3242
## Examples
3343

3444
The [examples][examples] folder has basic and advanced examples.

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__ = '1.2.0'
22+
__version__ = '1.2.1'
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__ = '1.2.0'
1+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)