From 61d415c00c1068fcbb7365a6ac27a2b1cc4bdb87 Mon Sep 17 00:00:00 2001 From: Aaron Westendorf Date: Wed, 19 Mar 2014 11:40:51 -0400 Subject: [PATCH] haigha 0.6.2 --- CHANGELOG | 6 ++++++ README.rst | 2 +- haigha/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3a0119c..6b8ffc4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +0.6.2 +===== + +Raise ConnectionClosed in Connection.synchronous if the transport has +been cleared + 0.6.1 ===== diff --git a/README.rst b/README.rst index 79310c1..0a9c216 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Haigha - AMQP libevent Python client ===================================== -:Version: 0.6.1 +:Version: 0.6.2 :Download: http://pypi.python.org/pypi/haigha :Source: https://github.com/agoragames/haigha :Keywords: python, amqp, rabbitmq, event, libevent, gevent diff --git a/haigha/__init__.py b/haigha/__init__.py index 410b876..027646a 100644 --- a/haigha/__init__.py +++ b/haigha/__init__.py @@ -4,4 +4,4 @@ https://github.com/agoragames/haigha/blob/master/LICENSE.txt ''' -__version__ = "0.6.1" +__version__ = "0.6.2"