Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Sep 23, 2021
1 parent 6a75a74 commit 7735c3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# simple-websocket change log

**Release 0.4.0** - 2021-09-23

- Close the connection if `socket.recv()` returns 0 bytes [#4](https://github.com/miguelgrinberg/simple-websocket/issues/4) ([commit](https://github.com/miguelgrinberg/simple-websocket/commit/6a75a742fe28ef6fe30ca901144478c466640967))

**Release 0.3.0** - 2021-08-05

- Handle older versions of gevent [#3](https://github.com/miguelgrinberg/simple-websocket/issues/3) ([commit](https://github.com/miguelgrinberg/simple-websocket/commit/5ce50802d053bf04d1f6f8c43569105bc5c0b389))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = simple-websocket
version = 0.3.1.dev0
version = 0.4.0
author = Miguel Grinberg
author_email = miguel.grinberg@gmail.com
description = Simple WebSocket server and client for Python
Expand Down

0 comments on commit 7735c3f

Please sign in to comment.