summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2023-01-18 01:28:12 +0300
committerSergey Shepelev <temotor@gmail.com>2023-01-18 01:28:12 +0300
commite1e44fcf76b8304fbd918db3e1558a28f08fae5f (patch)
treedbf742f1d198bc425e36b641b60e71b165a313cf
parent333ee08cd4342de70664bb678cdaa361b0dc318b (diff)
downloadeventlet-e1e44fcf76b8304fbd918db3e1558a28f08fae5f.tar.gz
v0.33.3 releasev0.33.3
-rw-r--r--NEWS4
-rw-r--r--eventlet/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 23da810..a6b5dfd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.33.3
+======
+* dnspython 2.3.0 raised AttributeError: module 'dns.rdtypes' has no attribute 'ANY' https://github.com/eventlet/eventlet/issues/781
+
0.33.2
======
* greenio: GreenPipe/fdopen() with 'a' in mode raised io.UnsupportedOperation: File or stream is not writable https://github.com/eventlet/eventlet/pull/758
diff --git a/eventlet/__init__.py b/eventlet/__init__.py
index 097842d..86a8384 100644
--- a/eventlet/__init__.py
+++ b/eventlet/__init__.py
@@ -8,7 +8,7 @@ if sys.version_info < (3, 5):
DeprecationWarning,
)
-version_info = (0, 33, 2)
+version_info = (0, 33, 3)
__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