[pypy-commit] pypy default: bumped greenlet version -- nothing is required to get to 0.4.9

alex_gaynor noreply at buildbot.pypy.org
Sun Aug 30 23:37:56 CEST 2015


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r79306:9c171619ae6d
Date: 2015-08-30 17:38 -0400
http://bitbucket.org/pypy/pypy/changeset/9c171619ae6d/

Log:	bumped greenlet version -- nothing is required to get to 0.4.9

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


More information about the pypy-commit mailing list