Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r77445:9f6682f17b96
Date: 2015-05-21 09:39 +0200
http://bitbucket.org/pypy/pypy/changeset/9f6682f17b96/

Log:    Bump the version to 1.0.1

diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py 
b/pypy/module/_cffi_backend/test/_backend_test_c.py
--- a/pypy/module/_cffi_backend/test/_backend_test_c.py
+++ b/pypy/module/_cffi_backend/test/_backend_test_c.py
@@ -3335,4 +3335,4 @@
 
 def test_version():
     # this test is here mostly for PyPy
-    assert __version__ == "1.0.0"
+    assert __version__ == "1.0.1"
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to