start v0.30 and add document.
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
- 0.30.0
|
||||||
|
|
||||||
|
- fixed if client is behind proxy (#169)
|
||||||
|
|
||||||
- 0.29.0
|
- 0.29.0
|
||||||
|
|
||||||
- fixed ssl socket bug
|
- fixed ssl socket bug
|
||||||
|
2
setup.py
2
setup.py
@@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = "0.29.0"
|
VERSION = "0.30.0"
|
||||||
NAME="websocket_client"
|
NAME="websocket_client"
|
||||||
|
|
||||||
install_requires = ["six"]
|
install_requires = ["six"]
|
||||||
|
@@ -22,4 +22,4 @@ Copyright (C) 2010 Hiroki Ohtani(liris)
|
|||||||
from ._core import *
|
from ._core import *
|
||||||
from ._app import WebSocketApp
|
from ._app import WebSocketApp
|
||||||
|
|
||||||
__version__ = "0.29.0"
|
__version__ = "0.30.0"
|
||||||
|
Reference in New Issue
Block a user