Browse Source

Release 5.5.2

pull/875/head v5.5.2
Miguel Grinberg 3 years ago
parent
commit
91bebff3c1
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 6
      CHANGES.md
  2. 2
      setup.cfg

6
CHANGES.md

@ -1,5 +1,11 @@
# python-socketio change log
**Release 5.5.2** - 2022-02-15
- Connect with an empty auth object instead of `None` [#861](https://github.com/miguelgrinberg/python-socketio/issues/861) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/1fb7a76575426dd58a5e9c0e01646302ccc96188))
- Fix indentation in the "Rooms" docs example. [#872](https://github.com/miguelgrinberg/python-socketio/issues/872) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/3336181f9ce5fe737d675f8343f18a885c651ebd)) (thanks **Ezio Melotti**!)
- Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 ([commit](https://github.com/miguelgrinberg/python-socketio/commit/ed5679a7cb01963b44a5004e1236b7e8b485aa0b))
**Release 5.5.1** - 2022-01-11
- Support multiple Kafka servers ([commit](https://github.com/miguelgrinberg/python-socketio/commit/4ee3649514b98c50cc0bf70d3f269389da52772d)) (thanks **sparkingdark**!)

2
setup.cfg

@ -1,6 +1,6 @@
[metadata]
name = python-socketio
version = 5.5.2.dev0
version = 5.5.2
author = Miguel Grinberg
author_email = [email protected]
description = Socket.IO server and client for Python

Loading…
Cancel
Save