|  | 
| 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.9.3 | 
|  | 5 | +# IBM Cloudant Python SDK Version 0.10.0 | 
| 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). | 
| @@ -111,13 +111,13 @@ project: | 
| 111 | 111 | To install, use `pip` or `easy_install`: | 
| 112 | 112 | 
 | 
| 113 | 113 | ```bash | 
| 114 |  | -pip install --upgrade "ibmcloudant>=0.9.3" | 
|  | 114 | +pip install --upgrade "ibmcloudant>=0.10.0" | 
| 115 | 115 | ``` | 
| 116 | 116 | 
 | 
| 117 | 117 | or | 
| 118 | 118 | 
 | 
| 119 | 119 | ```bash | 
| 120 |  | -easy_install --upgrade "ibmcloudant>=0.9.3" | 
|  | 120 | +easy_install --upgrade "ibmcloudant>=0.10.0" | 
| 121 | 121 | ``` | 
| 122 | 122 | 
 | 
| 123 | 123 | ## Using the SDK | 
| @@ -571,7 +571,7 @@ You have deleted the document. | 
| 571 | 571 | 
 | 
| 572 | 572 | #### Further code examples | 
| 573 | 573 | 
 | 
| 574 |  | -For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-python-sdk/tree/v0.9.3/examples#examples-for-python). | 
|  | 574 | +For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.0/examples#examples-for-python). | 
| 575 | 575 | 
 | 
| 576 | 576 | ### Error handling | 
| 577 | 577 | 
 | 
| @@ -761,7 +761,7 @@ The changes follower requires the client to have HTTP timeouts of at least 1 min | 
| 761 | 761 | instantiation if it is insufficient. The default client configuration has sufficiently long timeouts. | 
| 762 | 762 | 
 | 
| 763 | 763 | For use-cases where these configuration limitations are deemed too restrictive then it is recommended to | 
| 764 |  | -write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.9.3/examples#postchanges) instead of the follower. | 
|  | 764 | +write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.0/examples#postchanges) instead of the follower. | 
| 765 | 765 | 
 | 
| 766 | 766 | #### Error suppression | 
| 767 | 767 | 
 | 
| @@ -796,7 +796,7 @@ The follower is not optimized for some use cases and it is not recommended to us | 
| 796 | 796 | * The volume of changes is very high (if the rate of changes in the database exceeds the follower's rate of pulling them it will never catch-up). | 
| 797 | 797 | 
 | 
| 798 | 798 | In these cases use-case specific control over the number of change requests made and the content size of the responses | 
| 799 |  | -may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.9.3/examples#postchanges). | 
|  | 799 | +may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.0/examples#postchanges). | 
| 800 | 800 | 
 | 
| 801 | 801 | #### Checkpointing | 
| 802 | 802 | 
 | 
| @@ -987,7 +987,7 @@ If you encounter an issue with the project, you are welcome to submit a | 
| 987 | 987 | 
 | 
| 988 | 988 | Before you submit a bug report, search for | 
| 989 | 989 | [similar issues](https://github.com/IBM/cloudant-python-sdk/issues?q=is%3Aissue) and review the | 
| 990 |  | -[KNOWN_ISSUES file](https://github.com/IBM/cloudant-python-sdk/tree/v0.9.3/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. | 
|  | 990 | +[KNOWN_ISSUES file](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.0/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. | 
| 991 | 991 | 
 | 
| 992 | 992 | Please consult the [security policy](https://github.com/IBM/cloudant-python-sdk/security/policy) before opening security related issues. | 
| 993 | 993 | 
 | 
| @@ -1017,8 +1017,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page. | 
| 1017 | 1017 | 
 | 
| 1018 | 1018 | ## Contributing | 
| 1019 | 1019 | 
 | 
| 1020 |  | -For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-python-sdk/tree/v0.9.3/CONTRIBUTING.md). | 
|  | 1020 | +For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-python-sdk/tree/v0.10.0/CONTRIBUTING.md). | 
| 1021 | 1021 | 
 | 
| 1022 | 1022 | ## License | 
| 1023 | 1023 | 
 | 
| 1024 |  | -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.9.3/LICENSE). | 
|  | 1024 | +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.0/LICENSE). | 
0 commit comments