Update the version number to 0.6pre
This commit is contained in:
3
README
3
README
@@ -13,12 +13,11 @@ https://lists.secondlife.com/cgi-bin/mailman/listinfo/eventletdev
|
|||||||
== requirements ===
|
== requirements ===
|
||||||
|
|
||||||
Eventlet runs on Python version 2.3 or greater, with the following dependenceis:
|
Eventlet runs on Python version 2.3 or greater, with the following dependenceis:
|
||||||
* [http://cheeseshop.python.org/pypi/greenlet
|
* http://cheeseshop.python.org/pypi/greenlet
|
||||||
* (if running python versions < 2.4) collections.py from the 2.4 distribution or later
|
* (if running python versions < 2.4) collections.py from the 2.4 distribution or later
|
||||||
|
|
||||||
== limitations ==
|
== limitations ==
|
||||||
|
|
||||||
* Sorely lacking in documentation
|
|
||||||
* Not enough test coverage -- the goal is 100%, but we are not there yet.
|
* Not enough test coverage -- the goal is 100%, but we are not there yet.
|
||||||
* Eventlet does not currently run on stackless using tasklets, though
|
* Eventlet does not currently run on stackless using tasklets, though
|
||||||
it is a goal to do so in the future.
|
it is a goal to do so in the future.
|
||||||
|
2
setup.py
2
setup.py
@@ -6,7 +6,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='eventlet',
|
name='eventlet',
|
||||||
version='0.5',
|
version='0.6pre',
|
||||||
description='Coroutine-based networking library',
|
description='Coroutine-based networking library',
|
||||||
author='Linden Lab',
|
author='Linden Lab',
|
||||||
author_email='eventletdev@lists.secondlife.com',
|
author_email='eventletdev@lists.secondlife.com',
|
||||||
|
Reference in New Issue
Block a user