diff options
| author | Armin Rigo <arigo@tunes.org> | 2012-12-04 15:05:14 -0800 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2012-12-04 15:05:14 -0800 |
| commit | 8d871c2fcf209e44a78de1e63ce868d2c90d34f3 (patch) | |
| tree | a35b00e113e4fc3c5b747d6ce17e1ef7e1e3913c /doc/source/conf.py | |
| parent | 602c52dd4dda2bc586ecc2ed0c321d04de0dfd21 (diff) | |
| download | cffi-8d871c2fcf209e44a78de1e63ce868d2c90d34f3.tar.gz | |
Bump the version to 0.5.
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 90c030c..da3f161 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -45,9 +45,9 @@ copyright = u'2012, Armin Rigo, Maciej Fijalkowski' # built documents. # # The short X.Y version. -version = '0.4.2' +version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.4.2' +release = '0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
