diff --git a/NEWS b/NEWS index aa29a2d..02bc6d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.9.9 +===== +* A fix for monkeypatching on systems with psycopg version 2.0.14. +* Improved support for chunked transfers in wsgi, plus a bunch of tests from schmir (ported from gevent by redbo) +* A fix for the twisted hub from Favo Yang + 0.9.8 ===== * Support for psycopg2's asynchronous mode, from Daniele Varrazzo diff --git a/doc/real_index.html b/doc/real_index.html index ba1cd47..aa467c6 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -41,7 +41,7 @@ easy_install eventlet

Alternately, you can download the source tarball:

diff --git a/eventlet/__init__.py b/eventlet/__init__.py index d2c203f..6b87a32 100644 --- a/eventlet/__init__.py +++ b/eventlet/__init__.py @@ -1,4 +1,4 @@ -version_info = (0, 9, 9, 'dev1') +version_info = (0, 9, 9) __version__ = ".".join(map(str, version_info)) try: