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 f642a7f commit b2a5850Copy full SHA for b2a5850
socketio/__init__.py
@@ -21,7 +21,7 @@
21
AsyncNamespace = None
22
AsyncRedisManager = None
23
24
-__version__ = '2.1.1'
+__version__ = '2.1.2'
25
26
__all__ = ['__version__', 'Server', 'BaseManager', 'PubSubManager',
27
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',
0 commit comments