File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.34
2
+ current_version = 0.0.35
3
3
commit = True
4
4
message = Update version {current_version} -> {new_version}
5
5
parse = ^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?P<prerelease>[a|b|rc](?:0|[1-9]\d*))?(?P<devrelease>(?:\.dev)(?:0|[1-9]\d*))?(?P<buildmetadata>\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$
Original file line number Diff line number Diff line change 2
2
[ ![ Release] ( https://img.shields.io/github/v/release/IBM/cloudant-python-sdk?include_prereleases&sort=semver )] ( https://github.com/IBM/cloudant-python-sdk/releases/latest )
3
3
[ ![ Docs] ( https://img.shields.io/static/v1?label=Pydoc&message=latest&color=blue )] ( https://ibm.github.io/cloudant-python-sdk/ )
4
4
5
- # IBM Cloudant Python SDK Version 0.0.34
5
+ # IBM Cloudant Python SDK Version 0.0.35
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 ) .
@@ -95,13 +95,13 @@ project:
95
95
To install, use ` pip ` or ` easy_install ` :
96
96
97
97
``` bash
98
- pip install --upgrade " ibmcloudant>=0.0.34 "
98
+ pip install --upgrade " ibmcloudant>=0.0.35 "
99
99
```
100
100
101
101
or
102
102
103
103
``` bash
104
- easy_install --upgrade " ibmcloudant>=0.0.34 "
104
+ easy_install --upgrade " ibmcloudant>=0.0.35 "
105
105
```
106
106
107
107
## Authentication
Original file line number Diff line number Diff line change 17
17
"""
18
18
Version of ibmcloudant
19
19
"""
20
- __version__ = '0.0.34 '
20
+ __version__ = '0.0.35 '
Original file line number Diff line number Diff line change 20
20
import sys
21
21
import pkg_resources
22
22
23
- __version__ = '0.0.34 '
23
+ __version__ = '0.0.35 '
24
24
PACKAGE_NAME = 'ibmcloudant'
25
25
PACKAGE_DESC = 'Python client library for IBM Cloudant'
26
26
You can’t perform that action at this time.
0 commit comments