We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b436d60 commit 0107123Copy full SHA for 0107123
socketio/__init__.py
@@ -6,7 +6,7 @@
6
from .server import Server
7
from .namespace import Namespace
8
9
-__version__ = '1.5.0'
+__version__ = '1.5.1'
10
11
__all__ = [__version__, Middleware, Server, BaseManager, PubSubManager,
12
KombuManager, RedisManager, Namespace]
0 commit comments