Skip to content

Commit c98dd5b

Browse files
Update version 0.0.26 -> 0.0.27
1 parent 252c7c6 commit c98dd5b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.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.26
2+
current_version = 0.0.27
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
@@ -11,7 +11,7 @@
1111
[![Build Status](https://travis-ci.com/IBM/cloudant-python-sdk.svg?branch=master)](https://travis-ci.com/IBM/cloudant-python-sdk)
1212
<!-- [![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) -->
1313

14-
# IBM Cloudant Python SDK Version 0.0.26
14+
# IBM Cloudant Python SDK Version 0.0.27
1515

1616
Python 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:
9090
To install, use `pip` or `easy_install`:
9191

9292
```bash
93-
pip install --upgrade "ibmcloudant>=0.0.26"
93+
pip install --upgrade "ibmcloudant>=0.0.27"
9494
```
9595

9696
or
9797

9898
```bash
99-
easy_install --upgrade "ibmcloudant>=0.0.26"
99+
easy_install --upgrade "ibmcloudant>=0.0.27"
100100
```
101101

102102
## Getting started

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.26'
20+
__version__ = '0.0.27'

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.26'
23+
__version__ = '0.0.27'
2424
PACKAGE_NAME = 'ibmcloudant'
2525
PACKAGE_DESC = 'Python client library for IBM Cloudant'
2626

0 commit comments

Comments
 (0)