File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.28
2+ current_version = 0.0.29
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 1313[ ![ Build Status] ( https://travis-ci.com/IBM/cloudant-python-sdk.svg?branch=master )] ( https://travis-ci.com/IBM/cloudant-python-sdk )
1414[ ![ 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 )
1515
16- # IBM Cloudant Python SDK Version 0.0.28
16+ # IBM Cloudant Python SDK Version 0.0.29
1717
1818Python client library to interact with the
1919[ IBM Cloudant APIs] ( https://cloud.ibm.com/apidocs/cloudant?code=python ) .
@@ -108,13 +108,13 @@ project:
108108To install, use ` pip ` or ` easy_install ` :
109109
110110``` bash
111- pip install --upgrade " ibmcloudant>=0.0.28 "
111+ pip install --upgrade " ibmcloudant>=0.0.29 "
112112```
113113
114114or
115115
116116``` bash
117- easy_install --upgrade " ibmcloudant>=0.0.28 "
117+ easy_install --upgrade " ibmcloudant>=0.0.29 "
118118```
119119
120120## Authentication
Original file line number Diff line number Diff line change 1717"""
1818Version of ibmcloudant
1919"""
20- __version__ = '0.0.28 '
20+ __version__ = '0.0.29 '
Original file line number Diff line number Diff line change 2020import sys
2121import pkg_resources
2222
23- __version__ = '0.0.28 '
23+ __version__ = '0.0.29 '
2424PACKAGE_NAME = 'ibmcloudant'
2525PACKAGE_DESC = 'Python client library for IBM Cloudant'
2626
You can’t perform that action at this time.
0 commit comments