Skip to content

Commit c0e9d39

Browse files
Update version 0.0.27 -> 0.0.28
1 parent 425e853 commit c0e9d39

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.27
2+
current_version = 0.0.28
33
commit = True
44
message = Update version {current_version} -> {new_version}
55
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-]+)*))?$

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![Build Status](https://travis-ci.com/IBM/cloudant-python-sdk.svg?branch=master)](https://travis-ci.com/IBM/cloudant-python-sdk)
1414
<!-- [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -->
1515

16-
# IBM Cloudant Python SDK Version 0.0.27
16+
# IBM Cloudant Python SDK Version 0.0.28
1717

1818
Python client library to interact with the
1919
[IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=python).
@@ -102,13 +102,13 @@ project:
102102
To install, use `pip` or `easy_install`:
103103

104104
```bash
105-
pip install --upgrade "ibmcloudant>=0.0.27"
105+
pip install --upgrade "ibmcloudant>=0.0.28"
106106
```
107107

108108
or
109109

110110
```bash
111-
easy_install --upgrade "ibmcloudant>=0.0.27"
111+
easy_install --upgrade "ibmcloudant>=0.0.28"
112112
```
113113

114114
## Authentication

ibmcloudant/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"""
1818
Version of ibmcloudant
1919
"""
20-
__version__ = '0.0.27'
20+
__version__ = '0.0.28'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import sys
2121
import pkg_resources
2222

23-
__version__ = '0.0.27'
23+
__version__ = '0.0.28'
2424
PACKAGE_NAME = 'ibmcloudant'
2525
PACKAGE_DESC = 'Python client library for IBM Cloudant'
2626

0 commit comments

Comments
 (0)