Skip to content

Commit

Permalink
Merge branch 'release/v0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Sep 1, 2017
2 parents 500988d + c687c74 commit 4363f79
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.5.0'
__version__ = '0.5.2'
__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.5.0-cafe12.svg)](https://github.com/nats-io/asyncio-nats/releases/tag/v0.5.0)
[![GitHub release](https://img.shields.io/badge/release-v0.5.2-cafe12.svg)](https://github.com/nats-io/asyncio-nats/releases/tag/v0.5.2)

## Supported platforms

Expand Down

0 comments on commit 4363f79

Please sign in to comment.