News and branding for 0.9.9

This commit is contained in:
Ryan Williams
2010-05-28 01:02:35 -07:00
parent f1cc6364dd
commit f94cd88c84
3 changed files with 8 additions and 2 deletions

6
NEWS
View File

@@ -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

View File

@@ -41,7 +41,7 @@ easy_install eventlet
<p>Alternately, you can download the source tarball:
<ul>
<li><a href="http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.8.tar.gz">eventlet-0.9.8.tar.gz</a></li>
<li><a href="http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.9.tar.gz">eventlet-0.9.9.tar.gz</a></li>
</ul>
</p>

View File

@@ -1,4 +1,4 @@
version_info = (0, 9, 9, 'dev1')
version_info = (0, 9, 9)
__version__ = ".".join(map(str, version_info))
try: