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.36
2+ current_version = 0.0.37
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>[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 22[ ![ 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 )
33[ ![ Docs] ( https://img.shields.io/static/v1?label=Pydoc&message=latest&color=blue )] ( https://ibm.github.io/cloudant-python-sdk/ )
44
5- # IBM Cloudant Python SDK Version 0.0.36
5+ # IBM Cloudant Python SDK Version 0.0.37
66
77IBM Cloudant Python SDK is a client library that interacts with the
88[ IBM Cloudant APIs] ( https://cloud.ibm.com/apidocs/cloudant?code=python ) .
@@ -101,13 +101,13 @@ project:
101101To install, use ` pip ` or ` easy_install ` :
102102
103103``` bash
104- pip install --upgrade " ibmcloudant>=0.0.36 "
104+ pip install --upgrade " ibmcloudant>=0.0.37 "
105105```
106106
107107or
108108
109109``` bash
110- easy_install --upgrade " ibmcloudant>=0.0.36 "
110+ easy_install --upgrade " ibmcloudant>=0.0.37 "
111111```
112112
113113## Authentication
Original file line number Diff line number Diff line change 1717"""
1818Version of ibmcloudant
1919"""
20- __version__ = '0.0.36 '
20+ __version__ = '0.0.37 '
Original file line number Diff line number Diff line change 2020import sys
2121import pkg_resources
2222
23- __version__ = '0.0.36 '
23+ __version__ = '0.0.37 '
2424PACKAGE_NAME = 'ibmcloudant'
2525PACKAGE_DESC = 'Python client library for IBM Cloudant'
2626
You can’t perform that action at this time.
0 commit comments