From 2aa7d72ccd41b4fb613ab0f601eba36c8c9b1fca Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 11 Jan 2022 12:15:01 +0000 Subject: [PATCH] Release 4.3.1 --- CHANGES.md | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2d4246c..69e591f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # python-engineio change log +**Release 4.3.1** - 2022-01-11 + +- Fix support for Sanic v21.9.0 and up ([commit](https://github.com/miguelgrinberg/python-engineio/commit/b0157d5a7e35ad83bc33f363b154402838fac83b)) (thanks **13g10n**!) +- Include example code in flake8 pass ([commit](https://github.com/miguelgrinberg/python-engineio/commit/776bb86bb560bcd1912350bc24382fe6090c9c84)) +- Remove unused __version__ constant [#262](https://github.com/miguelgrinberg/python-engineio/issues/262) ([commit 1](https://github.com/miguelgrinberg/python-engineio/commit/e882f5949bdd1618d97b0cade18a7e8af8670b41) [commit 2](https://github.com/miguelgrinberg/python-engineio/commit/ed4b1e2b8b18ac5adb2ee9a2ef126a4e5ffee128)) + **Release 4.3.0** - 2021-10-26 - **Backward incompatible change**: Reject websocket messages larger than `max_http_buffer_size` [#260](https://github.com/miguelgrinberg/python-engineio/issues/260) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/5f519a22b9543f585adc352e13f2a9b3cbfca727)) diff --git a/setup.cfg b/setup.cfg index 291dafe..de87125 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-engineio -version = 4.3.1.dev0 +version = 4.3.1 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = Engine.IO server and client for Python