Skip to content

Commit

Permalink
v0.29.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Oct 20, 2020
1 parent fbcc0de commit 7b1aa58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
0.29.0
======
* ssl: context wrapped listener fails accept() https://github.com/eventlet/eventlet/issues/651

0.28.1
======
* Sorry, Eventlet was broken on Windows for versions 0.27-0.28
Expand Down
2 changes: 1 addition & 1 deletion eventlet/__init__.py
@@ -1,7 +1,7 @@
import os


version_info = (0, 28, 1)
version_info = (0, 29, 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 7b1aa58

Please sign in to comment.