summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-05-31 18:39:04 +0200
committerArmin Rigo <arigo@tunes.org>2017-05-31 18:39:04 +0200
commite722b788a4b2ea8339f2b621d04c557d19a6ace9 (patch)
treeb36ac1b1eb76f307715b918513053a0cf5a9c0a3 /doc
parent054a64d4579b7c87e3d1dbc35998383312dfbe7a (diff)
downloadcffi-e722b788a4b2ea8339f2b621d04c557d19a6ace9.tar.gz
Update the version to 1.11
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py4
-rw-r--r--doc/source/installation.rst8
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 75da487..635bae7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -45,9 +45,9 @@ copyright = u'2012-2015, Armin Rigo, Maciej Fijalkowski'
# built documents.
#
# The short X.Y version.
-version = '1.10'
+version = '1.11'
# The full version, including alpha/beta/rc tags.
-release = '1.10.0'
+release = '1.11.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index e521190..a46b6b8 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -51,13 +51,13 @@ Requirements:
Download and Installation:
-* http://pypi.python.org/packages/source/c/cffi/cffi-1.10.0.tar.gz
+* http://pypi.python.org/packages/source/c/cffi/cffi-1.11.0.tar.gz
- - MD5: 2b5fa41182ed0edaf929a789e602a070
+ - MD5: ...
- - SHA: 8484aba03d1e64367d3110c0e36c1ed052b43f12
+ - SHA: ...
- - SHA256: b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5
+ - SHA256: ...
* Or grab the most current version from the `Bitbucket page`_:
``hg clone https://bitbucket.org/cffi/cffi``