summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--eventlet/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b6b1162..952afaf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.33.1
+======
+* Prevent deadlock on logging._lock https://github.com/eventlet/eventlet/issues/742
+
0.33.0
======
* green.thread: unlocked Lock().release() should raise exception, returned True https://github.com/eventlet/eventlet/issues/697
diff --git a/eventlet/__init__.py b/eventlet/__init__.py
index 269cbef..bbbe617 100644
--- a/eventlet/__init__.py
+++ b/eventlet/__init__.py
@@ -8,7 +8,7 @@ if sys.version_info < (3, 5):
DeprecationWarning,
)
-version_info = (0, 33, 0)
+version_info = (0, 33, 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