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(