From 94edc04921215f11a6b13b8ca7acb9aaffd6777b Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 5 Dec 2009 22:48:18 -0800 Subject: [PATCH] 0.9.1 branding --- NEWS | 4 +++- doc/real_index.html | 2 +- eventlet/__init__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d74e86d..a2479bb 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,9 @@ * Added support for logging x-forwarded-for header in wsgi. * api.tcp_server is now deprecated, will be removed in a future release. * Added instructions on how to generate coverage reports to the documentation. -* Bug fixes in: wsgi.py, twistedr.py, poll.py, greenio.py, util.py, select.py, processes.py +* Renamed GreenFile to Green_fileobject, to better reflect its purpose. +* Deprecated erpc method in tpool.py +* Bug fixes in: wsgi.py, twistedr.py, poll.py, greenio.py, util.py, select.py, processes.py, selects.py 0.9.0 ===== diff --git a/doc/real_index.html b/doc/real_index.html index cf0e610..ac757cb 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -35,7 +35,7 @@ easy_install eventlet

Alternately, you can download the source tarball:

diff --git a/eventlet/__init__.py b/eventlet/__init__.py index 9e6e269..1e98450 100644 --- a/eventlet/__init__.py +++ b/eventlet/__init__.py @@ -1,2 +1,2 @@ -version_info = (0, 9, '1pre') +version_info = (0, 9, 1) __version__ = '%s.%s.%s' % version_info