Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Mar 11, 2022
1 parent f6142a6 commit 92d9412
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 @@
# Flask-Sock change log

**Release 0.5.1** - 2022-03-11

- Prevent AssertionError with Werkzeug when connection ends ([commit](https://github.com/miguelgrinberg/flask-sock/commit/f6142a60ec666f8dd440235dffb86fe7a55c2642))

**Release 0.5.0** - 2022-02-17

- Clean close of the WebSocket connection when possible [#20](https://github.com/miguelgrinberg/flask-sock/issues/20) ([commit](https://github.com/miguelgrinberg/flask-sock/commit/32f5d060105512b98b064081f6c441885d24e323))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = flask-sock
version = 0.5.1.dev0
version = 0.5.1
author = Miguel Grinberg
author_email = [email protected]
description = WebSocket support for Flask
Expand Down

0 comments on commit 92d9412

Please sign in to comment.