diff options
author | mathieui <mathieui@mathieui.net> | 2020-05-24 17:08:58 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-05-24 17:15:43 +0200 |
commit | 5304a89e2f72a00130dd4da53aa4492c0c106198 (patch) | |
tree | 718aa4325c88bbd582a2623405f6dcd79f19e739 /doc | |
parent | 0c9f2ca39150a19c9120a6f050fe3a6db82de938 (diff) | |
download | poezio-5304a89e2f72a00130dd4da53aa4492c0c106198.tar.gz poezio-5304a89e2f72a00130dd4da53aa4492c0c106198.tar.bz2 poezio-5304a89e2f72a00130dd4da53aa4492c0c106198.tar.xz poezio-5304a89e2f72a00130dd4da53aa4492c0c106198.zip |
Update version numbers
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 0396e88f..cadd95f0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,9 +53,9 @@ copyright = '%s, Mathieu Pasquet - Florent Le Coz - Emmanuel Gil Peyrot' % time. # built documents. # # The short X.Y version. -version = '0.13' +version = '0.14' # The full version, including alpha/beta/rc tags. -release = '0.13-dev' +release = '0.14-dev' add_function_parentheses = True |