0.9.15 branding.

This commit is contained in:
Ryan Williams
2011-04-13 00:30:06 -07:00
parent d00d6df789
commit 6f73e6668c
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 from <a href="http://pypi.python.org/pypi/eventlet/">PyPi</a>:
<ul>
<li><a href="http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.14.tar.gz">eventlet-0.9.14.tar.gz</a></li>
<li><a href="http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.15.tar.gz">eventlet-0.9.15.tar.gz</a></li>
</ul>
</p>

View File

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