diff options
Diffstat (limited to 'doc')
-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 |