Skip to content

Commit 9f751ed

Browse files
Release 5.5.1
1 parent 273a4b0 commit 9f751ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# python-socketio change log
22

3+
**Release 5.5.1** - 2022-01-11
4+
5+
- Support multiple Kafka servers ([commit](https://github.com/miguelgrinberg/python-socketio/commit/4ee3649514b98c50cc0bf70d3f269389da52772d)) (thanks **sparkingdark**!)
6+
- Include example code in flake8 pass ([commit](https://github.com/miguelgrinberg/python-socketio/commit/273a4b0439c84560d403662d8eba4122c28ba0d8))
7+
38
**Release 5.5.0** - 2021-11-14
49

510
- 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))

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-socketio
3-
version = 5.5.1.dev0
3+
version = 5.5.1
44
author = Miguel Grinberg
55
author_email = [email protected]
66
description = Socket.IO server and client for Python

0 commit comments

Comments
 (0)