diff options
Diffstat (limited to 'doc/source')
-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 a7a100be..a6a77777 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.9' # The full version, including alpha/beta/rc tags. -release = '0.9-dev' +release = '0.9' add_function_parentheses = True |