From 673470f799aadf1991aa9282e325b973077bae87 Mon Sep 17 00:00:00 2001 From: liris Date: Mon, 28 Feb 2011 17:43:52 +0900 Subject: [PATCH] - to release 0.4.1 --- README | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index ea5b165..01c9d55 100644 --- a/README +++ b/README @@ -69,3 +69,10 @@ JavaScript websocket-like API example:: ws.on_open = on_open ws.run_forever() + +ChangeLog +============ + +- v0.4.1 + - fix incorrect custom header order(ISSUE#1) + diff --git a/setup.py b/setup.py index 9e14ebf..f59914e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.4" +VERSION = "0.4.1" setup(