start v0.34
This commit is contained in:
@@ -2,6 +2,10 @@ ChangeLog
|
|||||||
============
|
============
|
||||||
|
|
||||||
|
|
||||||
|
- 0.34.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- 0.33.0
|
- 0.33.0
|
||||||
|
|
||||||
- fixed timeout+ssl error handling bug on python 2.7.10 (#190)
|
- fixed timeout+ssl error handling bug on python 2.7.10 (#190)
|
||||||
|
2
setup.py
2
setup.py
@@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = "0.33.0"
|
VERSION = "0.34.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.33.0"
|
__version__ = "0.34.0"
|
||||||
|
Reference in New Issue
Block a user