Skip to content

Commit

Permalink
v0.30.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Feb 2, 2021
1 parent 4497952 commit a21539d
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.30.1
======
* patcher: built-in open() did not accept kwargs https://github.com/eventlet/eventlet/issues/683

0.30.0
======
* pyopenssl tsafe module was deprecated and removed in v20.0.0
Expand Down
2 changes: 1 addition & 1 deletion eventlet/__init__.py
Expand Up @@ -8,7 +8,7 @@
DeprecationWarning,
)

version_info = (0, 30, 0)
version_info = (0, 30, 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 a21539d

Please sign in to comment.