From 73bf5defd035ddd2a10a4cb217f29b0e4761635e Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Thu, 8 Aug 2019 10:55:31 +0200 Subject: [PATCH] [FIX] conf: correct version number --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 527794767..a0628a39f 100644 --- a/conf.py +++ b/conf.py @@ -58,8 +58,8 @@ copyright = u'2015-TODAY, Odoo S.A.' # built documents. # # The full version, including alpha/beta/rc tags. -release = '12.0' -version = '12.0' +release = '13.0' +version = '13.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.