update document and version no.
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
- 0.36.0
|
||||||
|
- added support for using custom connection class(#235)
|
||||||
|
- use Named logger(#238)
|
||||||
|
- implement ping/pong timeout(#241)
|
||||||
|
- Corrects the syntax highlight code(#243)
|
||||||
|
|
||||||
- 0.35.0
|
- 0.35.0
|
||||||
- Prints timings in console (#217)
|
- Prints timings in console (#217)
|
||||||
- use inspect.getfullargspec with Python 3.x (#219)
|
- use inspect.getfullargspec with Python 3.x (#219)
|
||||||
|
2
setup.py
2
setup.py
@@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = "0.35.0"
|
VERSION = "0.36.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.35.0"
|
__version__ = "0.36.0"
|
||||||
|
Reference in New Issue
Block a user