Skip to content

Commit

Permalink
Merge branch 'release/v0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed May 4, 2018
2 parents 0280980 + bf9666f commit bf764ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# limitations under the License.
#

__version__ = b'0.5.6'
__version__ = b'0.6.0'
__lang__ = b'python2'
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Python async client for the [NATS messaging system](https://nats.io).

[![License Apache 2.0](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Build Status](https://travis-ci.org/nats-io/python-nats.svg?branch=master)](http://travis-ci.org/nats-io/python-nats)
[![GitHub release](https://img.shields.io/badge/release-v0.5.6-cafe12.svg)](https://github.com/nats-io/python-nats/releases/tag/v0.5.6)
[![pypi](https://img.shields.io/pypi/v/nats-client.svg)](https://pypi.org/project/nats-client)

## Supported platforms

Expand All @@ -14,7 +14,7 @@ with [gnatsd](https://github.com/nats-io/gnatsd) as the server:

- 2.7.x

For python 3, check [asyncio-nats](https://github.com/nats-io/asyncio-nats)
For Python 3, check [asyncio-nats](https://github.com/nats-io/asyncio-nats)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description='Tornado based Python client for NATS, a lightweight, high-performance cloud native messaging system',
url='https://github.com/nats-io/python-nats',
author='Waldemar Quevedo',
author_email='wally@apcera.com',
author_email='wally@synadia.com',
license='Apache 2.0 License',
packages=['nats', 'nats.io', 'nats.protocol'],
install_requires=requirements,
Expand Down

0 comments on commit bf764ea

Please sign in to comment.