From d7ce8999446cab2451c9e6807415fb819455eb00 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 24 Jul 2022 17:34:48 +0100 Subject: [PATCH] Release 0.7.0 --- CHANGES.md | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 87de455..853dd2a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # simple-websocket change log +**Release 0.7.0** - 2022-07-24 + +- More robust handling of ping intervals [#16](https://github.com/miguelgrinberg/simple-websocket/issues/16) ([commit](https://github.com/miguelgrinberg/simple-websocket/commit/05185122a0d2548d5cbd7c3d650db9c9dd49fa76) [commit](https://github.com/miguelgrinberg/simple-websocket/commit/08bd663a918669fb12e805e08a73cae7d7aac3a1)) + **Release 0.6.0** - 2022-07-15 - Improved performance of multi-part messages [#15](https://github.com/miguelgrinberg/simple-websocket/issues/15) ([commit](https://github.com/miguelgrinberg/simple-websocket/commit/ca2ea38520229ef7c881690667f23b99506f54a3)) diff --git a/setup.cfg b/setup.cfg index 46ede7f..5175fdf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = simple-websocket -version = 0.6.1.dev0 +version = 0.7.0 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = Simple WebSocket server and client for Python