From 91bebff3c1334664982f38211bfec49cbd871cc5 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 15 Feb 2022 11:36:08 +0000 Subject: [PATCH] Release 5.5.2 --- CHANGES.md | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 96c799c6..73fd7789 100644 --- a/CHANGES.md +++ b/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**!) diff --git a/setup.cfg b/setup.cfg index 89fae8fd..d5feb8a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-socketio -version = 5.5.2.dev0 +version = 5.5.2 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = Socket.IO server and client for Python