[pypy-svn] pypy pytest2: also bump the version

hpk42 commits-noreply at bitbucket.org
Tue Mar 8 10:22:37 CET 2011


Author: holger krekel <holger at merlinux.eu>
Branch: pytest2
Changeset: r42471:14f2806aaa6d
Date: 2011-03-08 10:21 +0100
http://bitbucket.org/pypy/pypy/changeset/14f2806aaa6d/

Log:	also bump the version

diff --git a/pytest.py b/pytest.py
--- a/pytest.py
+++ b/pytest.py
@@ -3,7 +3,7 @@
 (pypy version of startup script)
 see http://pytest.org for details.
 """
-__version__ = '2.0.2.dev5' # base pytest version
+__version__ = '2.0.2.dev7' # base pytest version
 __all__ = ['main']
 
 from _pytest.core import main, UsageError, _preloadplugins


More information about the Pypy-commit mailing list