Skip to content

Commit

Permalink
v0.28.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Oct 20, 2020
1 parent 15bfc37 commit a185b1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
@@ -1,3 +1,9 @@
0.28.1
======
* Sorry, Eventlet was broken on Windows for versions 0.27-0.28
patcher: no os.register_at_fork on Windows (#654)
* Clean up TypeError in __del__

0.28.0
======
* Always remove the right listener from the hub https://github.com/eventlet/eventlet/pull/645
Expand Down
2 changes: 1 addition & 1 deletion eventlet/__init__.py
@@ -1,7 +1,7 @@
import os


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

Please sign in to comment.