Message ID | 20201109130811.272677-1-nicolas.dechesne@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/documentation/conf.py b/documentation/conf.py index 9a0186f35..5d8a7af30 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "dev" +current_version = "3.2" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index b28d91c08..fe9841b10 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.2)', + 'dev': 'dev (3.3)', + '3.2': '3.2', '3.1.3': '3.1.3', '3.0.4': '3.0.4', '2.7.4': '2.7.4',
conf.py: * set version to 3.2 switchers.js * add 3.2 release * update 'dev' to 3.3 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> --- documentation/conf.py | 2 +- documentation/sphinx-static/switchers.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)