Skip to content

Commit

Permalink
v0.31.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed May 5, 2021
1 parent 1412f5e commit f717f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.31.0
======
* IMPORTANT: websocket: Limit maximum uncompressed frame length to 8MiB https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2

0.30.3
======
* wsgi: websocket ALREADY_HANDLED flag on corolocal
Expand Down
2 changes: 1 addition & 1 deletion eventlet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DeprecationWarning,
)

version_info = (0, 30, 3)
version_info = (0, 31, 0)
__version__ = '.'.join(map(str, version_info))
# This is to make Debian packaging easier, it ignores import
# errors of greenlet so that the packager can still at least
Expand Down

0 comments on commit f717f38

Please sign in to comment.