From b118669860e7130280fff1c5435537b6ba2f4f92 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Tue, 5 Oct 2021 13:50:03 +0200 Subject: [PATCH] [REL] freeze 15.0 branch --- Makefile | 2 +- conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 315e61e89..332549541 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ SOURCE_DIR = content HTML_BUILD_DIR = $(BUILD_DIR)/html ifdef VERSIONS - HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-14.5 + HTML_BUILD_DIR := $(HTML_BUILD_DIR)/15.0 endif ifneq ($(CURRENT_LANG),en) HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG) diff --git a/conf.py b/conf.py index c8089826c..214ad721f 100644 --- a/conf.py +++ b/conf.py @@ -19,7 +19,7 @@ copyright = 'Odoo S.A.' # `version` if the version info for the project being documented, acts as replacement for |version|, # also used in various other places throughout the built documents. # `release` is the full version, including alpha/beta/rc tags. Acts as replacement for |release|. -version = release = 'saas-14.5' +version = release = '15.0' # The minimal Sphinx version required to build the documentation. needs_sphinx = '3.0.0'