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.26
2
+ current_version = 0.0.27
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>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
Original file line number Diff line number Diff line change 11
11
[ ![ Build Status] ( https://travis-ci.com/IBM/cloudant-python-sdk.svg?branch=master )] ( https://travis-ci.com/IBM/cloudant-python-sdk )
12
12
<!-- [](https://github.com/semantic-release/semantic-release) -->
13
13
14
- # IBM Cloudant Python SDK Version 0.0.26
14
+ # IBM Cloudant Python SDK Version 0.0.27
15
15
16
16
Python client library to interact with the [ IBM Cloudant APIs] ( https://cloud.ibm.com/apidocs/cloudant?code=python ) .
17
17
@@ -90,13 +90,13 @@ Reasons why you should consider using Cloudant Python SDK in your project:
90
90
To install, use ` pip ` or ` easy_install ` :
91
91
92
92
``` bash
93
- pip install --upgrade " ibmcloudant>=0.0.26 "
93
+ pip install --upgrade " ibmcloudant>=0.0.27 "
94
94
```
95
95
96
96
or
97
97
98
98
``` bash
99
- easy_install --upgrade " ibmcloudant>=0.0.26 "
99
+ easy_install --upgrade " ibmcloudant>=0.0.27 "
100
100
```
101
101
102
102
## Getting started
Original file line number Diff line number Diff line change 17
17
"""
18
18
Version of ibmcloudant
19
19
"""
20
- __version__ = '0.0.26 '
20
+ __version__ = '0.0.27 '
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.26 '
23
+ __version__ = '0.0.27 '
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