Skip to content

Commit

Permalink
Merge branch 'release/v0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldemar Quevedo committed May 9, 2017
2 parents e04bf18 + 6cf16ca commit 43e7677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nats/aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from nats.aio.utils import new_inbox
from nats.protocol.parser import *

__version__ = '0.4.0'
__version__ = '0.5.0'
__lang__ = 'python3'

INFO_OP = b'INFO'
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An asyncio-based ([PEP 3156](https://www.python.org/dev/peps/pep-3156/)) Python

[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/nats-io/asyncio-nats.svg?branch=master)](http://travis-ci.org/nats-io/asyncio-nats)
[![GitHub release](https://img.shields.io/badge/release-v0.4.0-cafe12.svg)](https://github.com/nats-io/asyncio-nats/releases/tag/v0.4.0)
[![GitHub release](https://img.shields.io/badge/release-v0.5.0-cafe12.svg)](https://github.com/nats-io/asyncio-nats/releases/tag/v0.5.0)

## Supported platforms

Expand Down

0 comments on commit 43e7677

Please sign in to comment.