diff options
author | mathieui <mathieui@mathieui.net> | 2014-02-22 14:09:48 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-02-22 14:09:48 +0100 |
commit | f87ab6e39b185a69bd88f2615670215a1b28ae56 (patch) | |
tree | dcdd45bb3524e6f408da97f3273283cdce885a1a /doc/source/conf.py | |
parent | 1dc423505b7c8e076ff91dfb7814d0da2164ed45 (diff) | |
download | poezio-f87ab6e39b185a69bd88f2615670215a1b28ae56.tar.gz poezio-f87ab6e39b185a69bd88f2615670215a1b28ae56.tar.bz2 poezio-f87ab6e39b185a69bd88f2615670215a1b28ae56.tar.xz poezio-f87ab6e39b185a69bd88f2615670215a1b28ae56.zip |
Bump version of the documentation too
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 37cf9d5f..179fd50d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ copyright = '%s, Mathieu Pasquet - Florent Le Coz' % time.strftime('%Y') # The short X.Y version. version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.8-dev' +release = '0.8' add_function_parentheses = True |