0.9.2 branding
This commit is contained in:
7
NEWS
7
NEWS
@@ -1,3 +1,10 @@
|
|||||||
|
0.9.2
|
||||||
|
=====
|
||||||
|
|
||||||
|
* Bugfix for wsgi.py where it was improperly expecting the environ variable to be a constant when passed to the application.
|
||||||
|
* Tpool.py now passes its tests on Windows.
|
||||||
|
* Fixed minor performance issue in wsgi.
|
||||||
|
|
||||||
0.9.1
|
0.9.1
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
@@ -35,7 +35,7 @@ easy_install eventlet
|
|||||||
|
|
||||||
<p>Alternately, you can download the source tarball:
|
<p>Alternately, you can download the source tarball:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.1.tar.gz">eventlet-0.9.1.tar.gz</a></li>
|
<li><a href="http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.2.tar.gz">eventlet-0.9.2.tar.gz</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
version_info = (0, 9, 1)
|
version_info = (0, 9, 2)
|
||||||
__version__ = '%s.%s.%s' % version_info
|
__version__ = '%s.%s.%s' % version_info
|
||||||
|
Reference in New Issue
Block a user