Browse Source

Release 3.1.1

pull/238/head v3.1.1
Miguel Grinberg 6 years ago
parent
commit
a8b13fc12b
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 2
      socketio/__init__.py

2
socketio/__init__.py

@ -24,7 +24,7 @@ else: # pragma: no cover
AsyncNamespace = None
AsyncRedisManager = None
__version__ = '3.1.0'
__version__ = '3.1.1'
__all__ = ['__version__', 'Client', 'Server', 'BaseManager', 'PubSubManager',
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',

Loading…
Cancel
Save