[pypy-commit] pypy default: Bumped greenlet version -- the upstream version has no public API changes

alex_gaynor noreply at buildbot.pypy.org
Mon May 4 02:13:01 CEST 2015


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r77021:c2ef9f28063c
Date: 2015-05-03 20:12 -0400
http://bitbucket.org/pypy/pypy/changeset/c2ef9f28063c/

Log:	Bumped greenlet version -- the upstream version has no public API
	changes

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.5
+Version: 0.4.6
 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.5"
+__version__ = "0.4.6"
 
 # ____________________________________________________________
 # Exceptions


More information about the pypy-commit mailing list