diff options
| author | Armin Rigo <arigo@tunes.org> | 2013-08-01 23:00:55 +0200 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2013-08-01 23:00:55 +0200 |
| commit | 11e58781cc290d4187b37b825efe84ac8a71f72b (patch) | |
| tree | 6251a5b7b63c0c7cff704fd2704ada9894f84140 /doc/source | |
| parent | 57183155166ee0fe7e477d8099dc26a3ac4e3f73 (diff) | |
| download | cffi-11e58781cc290d4187b37b825efe84ac8a71f72b.tar.gz | |
Update the version
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 2 | ||||
| -rw-r--r-- | doc/source/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index efa5bba..7497475 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ copyright = u'2012, Armin Rigo, Maciej Fijalkowski' # The short X.Y version. version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.7' +release = '0.7.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/index.rst b/doc/source/index.rst index dc6c57c..ee5acdc 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -90,7 +90,7 @@ Requirements: Download and Installation: -* http://pypi.python.org/packages/source/c/cffi/cffi-0.7.tar.gz +* http://pypi.python.org/packages/source/c/cffi/cffi-0.7.1.tar.gz - Or grab the most current version by following the instructions below. |
