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 11[bumpversion]
2- current_version = 0.0.25
2+ current_version = 0.0.26
33commit = True
44message = Update version {current_version} -> {new_version}
55parse = ^(?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 1111[ ![ Build Status] ( https://travis-ci.com/IBM/cloudant-python-sdk.svg?branch=master )] ( https://travis-ci.com/IBM/cloudant-python-sdk )
1212<!-- [](https://github.com/semantic-release/semantic-release) -->
1313
14- # IBM Cloudant Python SDK Version 0.0.25
14+ # IBM Cloudant Python SDK Version 0.0.26
1515
1616Python client library to interact with the [ IBM Cloudant APIs] ( https://cloud.ibm.com/apidocs/cloudant?code=python ) .
1717
@@ -90,13 +90,13 @@ Reasons why you should consider using Cloudant Python SDK in your project:
9090To install, use ` pip ` or ` easy_install ` :
9191
9292``` bash
93- pip install --upgrade " ibmcloudant>=0.0.25 "
93+ pip install --upgrade " ibmcloudant>=0.0.26 "
9494```
9595
9696or
9797
9898``` bash
99- easy_install --upgrade " ibmcloudant>=0.0.25 "
99+ easy_install --upgrade " ibmcloudant>=0.0.26 "
100100```
101101
102102## Getting started
Original file line number Diff line number Diff line change 1717"""
1818Version of ibmcloudant
1919"""
20- __version__ = '0.0.25 '
20+ __version__ = '0.0.26 '
Original file line number Diff line number Diff line change 2020import sys
2121import pkg_resources
2222
23- __version__ = '0.0.25 '
23+ __version__ = '0.0.26 '
2424PACKAGE_NAME = 'ibmcloudant'
2525PACKAGE_DESC = 'Python client library for IBM Cloudant'
2626
You can’t perform that action at this time.
0 commit comments