diff options
author | mathieui <mathieui@mathieui.net> | 2014-03-20 20:07:25 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-03-20 20:07:25 +0100 |
commit | 2cac2fa63d2120180c0a87a10640d438293455c9 (patch) | |
tree | db590bc3c506b9c0f3e23be4dff49538e942fdf9 /doc/source/conf.py | |
parent | 9a09aa8e09db5f6a44bbf8c0932757a1502db6fd (diff) | |
download | poezio-2cac2fa63d2120180c0a87a10640d438293455c9.tar.gz poezio-2cac2fa63d2120180c0a87a10640d438293455c9.tar.bz2 poezio-2cac2fa63d2120180c0a87a10640d438293455c9.tar.xz poezio-2cac2fa63d2120180c0a87a10640d438293455c9.zip |
Bump version and setup.pyv0.8.1v0.8-fixes
Diffstat (limited to 'doc/source/conf.py')
-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 37cf9d5f..5cd773ad 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.8' +version = '0.8.1' # The full version, including alpha/beta/rc tags. -release = '0.8-dev' +release = '0.8.1' add_function_parentheses = True |