[pypy-commit] pypy default: Bumped greenlet version to match latest on pypi (no new features)

alex_gaynor noreply at buildbot.pypy.org
Tue May 26 13:26:05 CEST 2015


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r77571:ee69eb9476f1
Date: 2015-05-26 07:26 -0400
http://bitbucket.org/pypy/pypy/changeset/ee69eb9476f1/

Log:	Bumped greenlet version to match latest on pypi (no new features)

diff --git a/lib_pypy/greenlet.egg-info b/lib_pypy/greenlet.egg-info
--- a/lib_pypy/greenlet.egg-info
+++ b/lib_pypy/greenlet.egg-info
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: greenlet
-Version: 0.4.6
+Version: 0.4.7
 Summary: Lightweight in-process concurrent programming
 Home-page: https://github.com/python-greenlet/greenlet
 Author: Ralf Schmitt (for CPython), PyPy team
diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py
--- a/lib_pypy/greenlet.py
+++ b/lib_pypy/greenlet.py
@@ -1,7 +1,7 @@
 import sys
 import _continuation
 
-__version__ = "0.4.6"
+__version__ = "0.4.7"
 
 # ____________________________________________________________
 # Exceptions


More information about the pypy-commit mailing list