0.9.1 branding
This commit is contained in:
		
							
								
								
									
										4
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								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
 | 
			
		||||
=====
 | 
			
		||||
 
 | 
			
		||||
@@ -35,7 +35,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.0.tar.gz#md5=4e14ce5070edd078e3a4e8d6df9a5dc4">eventlet-0.9.0.tar.gz</a></li>
 | 
			
		||||
<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>
 | 
			
		||||
</ul>
 | 
			
		||||
</p>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +1,2 @@
 | 
			
		||||
version_info = (0, 9, '1pre')
 | 
			
		||||
version_info = (0, 9, 1)
 | 
			
		||||
__version__ = '%s.%s.%s' % version_info
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user