From 1aa446a78366c51d23855994dbeae483a8399f8b Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 3 Apr 2018 08:33:06 +0200 Subject: [PATCH] [FIX] conf: set release version Allow to have a title Odoo 11.0 documentation instead of Odoo Business 0.1 documentation opw-1832694 --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 7db9acbd4..65c6d834c 100644 --- a/conf.py +++ b/conf.py @@ -50,7 +50,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Odoo Business' +project = u'Odoo' copyright = u'2015-TODAY, Odoo S.A.' # The version info for the project you're documenting, acts as replacement for @@ -58,8 +58,8 @@ copyright = u'2015-TODAY, Odoo S.A.' # built documents. # # The full version, including alpha/beta/rc tags. -release = '0.1' -version = '10.0' +release = '11.0' +version = '11.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.