From e777729d8b1491b97d096bd4d379b0e5d0493b76 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 23 Oct 2018 13:44:16 -0700 Subject: [PATCH] Bump version Signed-off-by: Waldemar Quevedo --- nats/__init__.py | 2 +- todo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nats/__init__.py b/nats/__init__.py index e4f4c08..2c1899a 100644 --- a/nats/__init__.py +++ b/nats/__init__.py @@ -12,5 +12,5 @@ # limitations under the License. # -__version__ = b'0.8.0' +__version__ = b'0.8.2' __lang__ = b'python2' diff --git a/todo.md b/todo.md index f563a51..7b4f4a5 100644 --- a/todo.md +++ b/todo.md @@ -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