From d393a068e08a33d39135a11fa9858bdea7d58b11 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 8 Aug 2022 10:06:21 +0100 Subject: [PATCH] Release 0.8.0 --- CHANGES.md | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 853dd2a..9412ea6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # simple-websocket change log +**Release 0.8.0** - 2022-08-08 + +- Support for subprotocol negotiation [#17](https://github.com/miguelgrinberg/simple-websocket/issues/17) ([commit](https://github.com/miguelgrinberg/simple-websocket/commit/04baf871e05e99d80c8905e9e9b0ff4be322e71f)) + **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)) diff --git a/setup.cfg b/setup.cfg index cc6a894..d1fe7a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = simple-websocket -version = 0.7.1.dev0 +version = 0.8.0 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = Simple WebSocket server and client for Python