0.9.12 branding

This commit is contained in:
Ryan Williams
2010-08-19 17:22:40 -07:00
parent d705a0066e
commit 0f044849b9
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,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.10.tar.gz">eventlet-0.9.10.tar.gz</a></li> <li><a href="http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.12.tar.gz">eventlet-0.9.12.tar.gz</a></li>
</ul> </ul>
</p> </p>

View File

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