start v0.34

This commit is contained in:
liris
2015-10-28 08:51:29 +09:00
parent f239e4965e
commit 249df66954
3 changed files with 6 additions and 2 deletions

View File

@@ -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)

View File

@@ -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"]

View File

@@ -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"