Skip to content

Commit

Permalink
v0.30.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed May 5, 2021
1 parent df0bc00 commit b0be94e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.30.3
======
* wsgi: websocket ALREADY_HANDLED flag on corolocal
* green.ssl: Set suppress_ragged_eofs default based on SSLSocket defaults
* greenio: socket.connect_ex returned None instead of 0 on success
* Use _imp instead of deprecated imp

0.30.2
======
* greendns: patch ssl to fix RecursionError on SSLContext.options.__set__ https://github.com/eventlet/eventlet/issues/677
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, 2)
version_info = (0, 30, 3)
__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 b0be94e

Please sign in to comment.