0.12.1 release - just rebuild to fix .egg-info/* permissions
This commit is contained in:
@@ -41,7 +41,7 @@ easy_install eventlet
|
||||
|
||||
<p>Alternately, you can download the source tarball from <a href="https://pypi.python.org/pypi/eventlet/">PyPi</a>:
|
||||
<ul>
|
||||
<li><a href="https://pypi.python.org/packages/source/e/eventlet/eventlet-0.12.0.tar.gz">eventlet-0.12.0.tar.gz</a></li>
|
||||
<li><a href="https://pypi.python.org/packages/source/e/eventlet/eventlet-0.12.1.tar.gz">eventlet-0.12.1.tar.gz</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version_info = (0, 13, 0, "dev")
|
||||
version_info = (0, 12, 1)
|
||||
__version__ = ".".join(map(str, version_info))
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user