Skip to content

Commit

Permalink
Merge pull request #61 from nats-io/release/v0.8.2
Browse files Browse the repository at this point in the history
Release v0.8.2
  • Loading branch information
wallyqs authored Oct 23, 2018
2 parents f1173f4 + e777729 commit 579494e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8.0'
__version__ = b'0.8.2'
__lang__ = b'python2'
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
- [X] Release on PyPI
- [X] error, close, disconnected callbacks
- [X] TLS
- [X] support async protocol
- [ ] confirm performance issues handling on larger messages
- [ ] support async protocol

0 comments on commit 579494e

Please sign in to comment.