Author: Armin Rigo <ar...@tunes.org>
Branch: cffi-1.0
Changeset: r2041:91c7f088a760
Date: 2015-05-18 07:50 +0200
http://bitbucket.org/cffi/cffi/changeset/91c7f088a760/

Log:    Update version number here

diff --git a/doc/source/conf.py b/doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -45,9 +45,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.9'
+version = '1.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.9.2'
+release = '1.0.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/testing/cffi0/test_version.py b/testing/cffi0/test_version.py
--- a/testing/cffi0/test_version.py
+++ b/testing/cffi0/test_version.py
@@ -34,7 +34,7 @@
 def test_doc_version_file():
     parent = os.path.dirname(os.path.dirname(cffi.__file__))
     v = cffi.__version__.replace('+', '')
-    p = os.path.join(parent, 'doc', 'source', 'index.rst')
+    p = os.path.join(parent, 'doc', 'source', 'installation.rst')
     content = open(p).read()
     assert ("cffi/cffi-%s.tar.gz" % v) in content
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to