Skip to content

Commit a21539d

Browse files
committed
v0.30.1 release
1 parent 4497952 commit a21539d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.30.1
2+
======
3+
* patcher: built-in open() did not accept kwargs https://github.com/eventlet/eventlet/issues/683
4+
15
0.30.0
26
======
37
* pyopenssl tsafe module was deprecated and removed in v20.0.0

eventlet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
DeprecationWarning,
99
)
1010

11-
version_info = (0, 30, 0)
11+
version_info = (0, 30, 1)
1212
__version__ = '.'.join(map(str, version_info))
1313
# This is to make Debian packaging easier, it ignores import
1414
# errors of greenlet so that the packager can still at least

0 commit comments

Comments
 (0)