From 3c15bcedec9cc6a051cbe90fe0807215a9877ef0 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sat, 3 Mar 2018 10:33:59 +0100 Subject: [PATCH] Update to version 0.3.2 * Fix raise of a UnboundLocalError instead of a socket.error in _process_incoming_message * Fix call to next method on iterator: In python3 iterator g.next() method is renamed to g.__next__() using next(g) works in python 2 and 3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b882bdd..730d658 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except ImportError: has_cython = False -VERSION = "0.3.1" +VERSION = "0.3.2" if __name__ == "__main__": c_extensions = [