diff options
author | mathieui <mathieui@mathieui.net> | 2015-07-31 21:35:02 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-07-31 21:35:02 +0200 |
commit | 682074303330254ae1a349a7f3a337122de4fe30 (patch) | |
tree | 6d83a3ba7d66c69ea9f0972101e5cb8e836a7e8f /doc | |
parent | 3633072b365ae858370c5c8e9c17708f255f2dc4 (diff) | |
download | poezio-682074303330254ae1a349a7f3a337122de4fe30.tar.gz poezio-682074303330254ae1a349a7f3a337122de4fe30.tar.bz2 poezio-682074303330254ae1a349a7f3a337122de4fe30.tar.xz poezio-682074303330254ae1a349a7f3a337122de4fe30.zip |
0.9 Releasev0.9
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 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 |