|
2 | 2 | [](https://github.com/IBM/cloudant-python-sdk/releases/latest) |
3 | 3 | [](https://ibm.github.io/cloudant-python-sdk/) |
4 | 4 |
|
5 | | -# IBM Cloudant Python SDK Version 0.10.5 |
| 5 | +# IBM Cloudant Python SDK Version 0.10.6 |
6 | 6 |
|
7 | 7 | IBM Cloudant Python SDK is a client library that interacts with the |
8 | 8 | [IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=python). |
@@ -84,13 +84,13 @@ project: |
84 | 84 | To install, use `pip` or `easy_install`: |
85 | 85 |
|
86 | 86 | ```bash |
87 | | -pip install --upgrade "ibmcloudant>=0.10.5" |
| 87 | +pip install --upgrade "ibmcloudant>=0.10.6" |
88 | 88 | ``` |
89 | 89 |
|
90 | 90 | or |
91 | 91 |
|
92 | 92 | ```bash |
93 | | -easy_install --upgrade "ibmcloudant>=0.10.5" |
| 93 | +easy_install --upgrade "ibmcloudant>=0.10.6" |
94 | 94 | ``` |
95 | 95 |
|
96 | 96 | ## Using the SDK |
@@ -161,7 +161,7 @@ print(response) |
161 | 161 | [More tutorial examples](./docs/Examples.md) for creating a database |
162 | 162 | and document create, read, update and delete operations. |
163 | 163 |
|
164 | | -For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.5/examples#examples-for-python). |
| 164 | +For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.6/examples#examples-for-python). |
165 | 165 |
|
166 | 166 | ### Error handling |
167 | 167 |
|
@@ -317,7 +317,7 @@ If you encounter an issue with the project, you are welcome to submit a |
317 | 317 |
|
318 | 318 | Before you submit a bug report, search for |
319 | 319 | [similar issues](https://github.com/IBM/cloudant-python-sdk/issues?q=is%3Aissue) and review the |
320 | | -[KNOWN_ISSUES file](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.5/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. |
| 320 | +[KNOWN_ISSUES file](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.6/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. |
321 | 321 |
|
322 | 322 | Please consult the [security policy](https://github.com/IBM/cloudant-python-sdk/security/policy) before opening security related issues. |
323 | 323 |
|
@@ -347,8 +347,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page. |
347 | 347 |
|
348 | 348 | ## Contributing |
349 | 349 |
|
350 | | -For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.5/CONTRIBUTING.md). |
| 350 | +For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.6/CONTRIBUTING.md). |
351 | 351 |
|
352 | 352 | ## License |
353 | 353 |
|
354 | | -This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.5/LICENSE). |
| 354 | +This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.6/LICENSE). |
0 commit comments