From d473c3eaf9d27e7d330e166078f61451e2820ac8 Mon Sep 17 00:00:00 2001 From: Sergey Shepelev Date: Wed, 17 Feb 2016 22:37:03 +0500 Subject: [PATCH] v0.18.4 release --- NEWS | 4 ++++ doc/real_index.html | 2 +- eventlet/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 36afee1..eb0ed9a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.18.4 +====== +* wsgi: change TCP_NODELAY to TCP_QUICKACK, ignore socket error when not available + 0.18.3 ====== * wsgi: Use buffered writes - fixes partial socket.send without custom diff --git a/doc/real_index.html b/doc/real_index.html index 038dd93..22a0ba0 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -54,7 +54,7 @@ pip install eventlet

Alternately, you can download the source archive:

diff --git a/eventlet/__init__.py b/eventlet/__init__.py index f614d75..444e37f 100644 --- a/eventlet/__init__.py +++ b/eventlet/__init__.py @@ -1,4 +1,4 @@ -version_info = (0, 18, 3) +version_info = (0, 18, 4) __version__ = '.'.join(map(str, version_info)) try: