0.9.0 branding

This commit is contained in:
Ryan Williams
2009-10-05 17:45:27 -07:00
parent 0214ce1d00
commit 0008b8582a
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -7,6 +7,7 @@
* Removed test dependency on sqlite, using nose instead. * Removed test dependency on sqlite, using nose instead.
* Marked known-broken tests using nose's mechanism (most of these are not broken but are simply run in the incorrect context, such as threading-related tests that are incompatible with the libevent hub). * Marked known-broken tests using nose's mechanism (most of these are not broken but are simply run in the incorrect context, such as threading-related tests that are incompatible with the libevent hub).
* Remove copied code from python standard libs (in tests). * Remove copied code from python standard libs (in tests).
* Added eventlet.patcher which can be used to import "greened" modules.
0.8.16 0.8.16
====== ======

View File

@@ -17,5 +17,5 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE. # THE SOFTWARE.
version_info = (0, 9, '0pre') version_info = (0, 9, '0')
__version__ = '%s.%s.%s' % version_info __version__ = '%s.%s.%s' % version_info