Browse Source

Release 5.0.2

pull/599/head v5.0.2
Miguel Grinberg 4 years ago
parent
commit
3a5e3b13d4
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 4
      CHANGES.md
  2. 2
      socketio/__init__.py

4
CHANGES.md

@ -1,5 +1,9 @@
# python-socketio change log
**Release 5.0.2** - 2020-12-12
- Return `environ`` dictionary for a client ([commit](https://github.com/miguelgrinberg/python-socketio/commit/2e71c22c6db41b82d863b3189c122ea9f7916bf0))
**Release 5.0.1** - 2020-12-08
- Fix Engine.IO dependency version ([commit](https://github.com/miguelgrinberg/python-socketio/commit/d2bb2b12e536036e34d94a1ad87e0d48a1a504a8))

2
socketio/__init__.py

@ -27,7 +27,7 @@ else: # pragma: no cover
AsyncRedisManager = None
AsyncAioPikaManager = None
__version__ = '5.0.2dev'
__version__ = '5.0.2'
__all__ = ['__version__', 'Client', 'Server', 'BaseManager', 'PubSubManager',
'KombuManager', 'RedisManager', 'ZmqManager', 'KafkaManager',

Loading…
Cancel
Save