Skip to content

Commit

Permalink
Release 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Dec 28, 2023
1 parent ccc7a86 commit 0aa8a21
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 @@
# python-engineio change log

**Release 4.8.1** - 2023-12-28

- Fix invalid WebSocket responses [#331](https://github.com/miguelgrinberg/python-engineio/issues/331) [#332](https://github.com/miguelgrinberg/python-engineio/issues/332) [#338](https://github.com/miguelgrinberg/python-engineio/issues/338) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/ccc7a86886f507bd7aa6985e5d1b070f9505ac46))

**Release 4.8.0** - 2023-10-14

- Return consistent responses after Websocket connection ends ([commit](https://github.com/miguelgrinberg/python-engineio/commit/785c77c39d8c8fee37f969981f5a28ed2cc1b769))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python-engineio"
version = "4.8.1.dev0"
version = "4.8.1"
authors = [{name = "Miguel Grinberg", email = "[email protected]"}]
description = "Engine.IO server and client for Python"
classifiers = [
Expand Down

0 comments on commit 0aa8a21

Please sign in to comment.