Browse Source

Release 2.1.1

pull/221/head v.2.1.1
Miguel Grinberg 6 years ago
parent
commit
1194bd2c80
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 2
      socketio/__init__.py

2
socketio/__init__.py

@ -21,7 +21,7 @@ else: # pragma: no cover
AsyncNamespace = None
AsyncRedisManager = None
__version__ = '2.1.0'
__version__ = '2.1.1'
__all__ = ['__version__', 'Server', 'BaseManager', 'PubSubManager',
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',

Loading…
Cancel
Save