diff options
author | mathieui <mathieui@mathieui.net> | 2017-01-31 00:22:19 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-01-31 00:22:19 +0100 |
commit | 66f3cf630cdcef1af377c3d27dd4a7efe6ebcd79 (patch) | |
tree | b0bf737f2e60e3226dad1662a7f9904d04f1b070 /doc | |
parent | 49b785d5be879353c6b1a5f98cfe173d3c8fff15 (diff) | |
download | poezio-66f3cf630cdcef1af377c3d27dd4a7efe6ebcd79.tar.gz poezio-66f3cf630cdcef1af377c3d27dd4a7efe6ebcd79.tar.bz2 poezio-66f3cf630cdcef1af377c3d27dd4a7efe6ebcd79.tar.xz poezio-66f3cf630cdcef1af377c3d27dd4a7efe6ebcd79.zip |
Prepare for next version
Diffstat (limited to 'doc')
-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 4a402e5f..ff3a9031 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,9 +53,9 @@ copyright = '%s, Mathieu Pasquet - Florent Le Coz' % time.strftime('%Y') # built documents. # # The short X.Y version. -version = '0.11' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.11' +release = '1.0-dev' add_function_parentheses = True |