From 9f751ed389de51df669ee3b6848d457ab3432dd2 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 11 Jan 2022 12:17:25 +0000 Subject: [PATCH] Release 5.5.1 --- CHANGES.md | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 28d9cdbe..96c799c6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # python-socketio change log +**Release 5.5.1** - 2022-01-11 + +- Support multiple Kafka servers ([commit](https://github.com/miguelgrinberg/python-socketio/commit/4ee3649514b98c50cc0bf70d3f269389da52772d)) (thanks **sparkingdark**!) +- Include example code in flake8 pass ([commit](https://github.com/miguelgrinberg/python-socketio/commit/273a4b0439c84560d403662d8eba4122c28ba0d8)) + **Release 5.5.0** - 2021-11-14 - Option to disable the SIGINT handler in the client [#792](https://github.com/miguelgrinberg/python-socketio/issues/792) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/ea84b9b1c714b02eaf1081f4e37fd130a3159d8c)) diff --git a/setup.cfg b/setup.cfg index 69275f42..558f428d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-socketio -version = 5.5.1.dev0 +version = 5.5.1 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = Socket.IO server and client for Python