From 01848bd0f25e9d2cebd9df347ecdd2a5f946e17a Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 5 Sep 2025 10:30:03 +0200 Subject: [PATCH] [REL] 19.0 --- Makefile | 2 +- conf.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb1c9d116d..d54fd116c5 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ SOURCE_DIR = content HTML_BUILD_DIR = $(BUILD_DIR)/html ifdef VERSIONS - HTML_BUILD_DIR := $(HTML_BUILD_DIR)/master + HTML_BUILD_DIR := $(HTML_BUILD_DIR)/19.0 endif ifneq ($(CURRENT_LANG),en) HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG) diff --git a/conf.py b/conf.py index 2c1cb121ad..34a197af0d 100644 --- a/conf.py +++ b/conf.py @@ -22,7 +22,7 @@ # `version` is 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 a/b/rc tags. Acts as replacement for |release|. -version = release = 'master' +version = release = '19.0' # `current_branch` is the technical name of the current branch. # E.g., saas-15.4 -> saas-15.4; 12.0 -> 12.0, master -> master (*). @@ -232,6 +232,7 @@ # option. If a provided version has no label, the version string is used as label. versions_names = { 'master': "Master", + '19.0': "Odoo 19", 'saas-18.4': "Odoo 18.4", 'saas-18.3': "Odoo 18.3", 'saas-18.2': "Odoo 18.2",