- to release 0.4.1

This commit is contained in:
liris
2011-02-28 17:43:52 +09:00
parent 846640b90d
commit 673470f799
2 changed files with 8 additions and 1 deletions

7
README
View File

@@ -69,3 +69,10 @@ JavaScript websocket-like API example::
ws.on_open = on_open ws.on_open = on_open
ws.run_forever() ws.run_forever()
ChangeLog
============
- v0.4.1
- fix incorrect custom header order(ISSUE#1)

View File

@@ -1,6 +1,6 @@
from setuptools import setup from setuptools import setup
VERSION = "0.4" VERSION = "0.4.1"
setup( setup(