Skip to content

Commit

Permalink
Merge pull request #21 from nats-io/release/v0.5.2
Browse files Browse the repository at this point in the history
Bump version to 0.5.2 for bugfix release
  • Loading branch information
Waldemar Quevedo authored Jul 17, 2017
2 parents 45aa061 + 94968a9 commit 9b25874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = b'0.5.0'
__version__ = b'0.5.2'
__lang__ = b'python2'
5 changes: 2 additions & 3 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 MIT](https://img.shields.io/badge/License-MIT-blue.svg)](http://opensource.org/licenses/MIT)
[![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.0-cafe12.svg)](https://github.com/nats-io/python-nats/releases/tag/v0.5.0)
[![GitHub release](https://img.shields.io/badge/release-v0.5.2-cafe12.svg)](https://github.com/nats-io/python-nats/releases/tag/v0.5.2)

## Supported platforms

Expand All @@ -13,7 +13,6 @@ using [Tornado 4.2+](https://github.com/tornadoweb/tornado/tree/v4.2.0)
with [gnatsd](https://github.com/nats-io/gnatsd) as the server:

- 2.7.x
- 2.6.x

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

Expand Down Expand Up @@ -310,7 +309,7 @@ for subscribing and publishing messages to NATS:

(The MIT License)

Copyright (c) 2015-2016 Apcera Inc.<br/>
Copyright (c) 2015-2017 Apcera Inc.<br/>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
Expand Down

0 comments on commit 9b25874

Please sign in to comment.