From 56e5054a60f1919688498b5ef318e5c4722a5c9f Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Mon, 27 Dec 2021 23:02:41 -0800 Subject: [PATCH] releases: update to include 3.1.13 Adding 3.1.13 to documentation switcher and release list. (From yocto-docs rev: 24fe6a752cdec66a3d34d390fa645726ed3725b8) Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- documentation/releases.rst | 1 + documentation/sphinx-static/switchers.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/releases.rst b/documentation/releases.rst index d364ad3825..57e4566e1b 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -38,6 +38,7 @@ Release Series 3.1 (dunfell) - :yocto_docs:`3.1.10 Documentation ` - :yocto_docs:`3.1.11 Documentation ` - :yocto_docs:`3.1.12 Documentation ` +- :yocto_docs:`3.1.13 Documentation ` ========================== Outdated Release Manuals diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 056a8926ba..bda15485c0 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -6,7 +6,7 @@ '3.4.1': '3.4.1', '3.3.4': '3.3.4', '3.2.4': '3.2.4', - '3.1.12': '3.1.12', + '3.1.13': '3.1.13', '3.0.4': '3.0.4', '2.7.4': '2.7.4', };