[honister] documentation: prepare for 3.4.3 release

Message ID 20220322005811.10112-1-anuj.mittal@intel.com
State New
Headers show
Series [honister] documentation: prepare for 3.4.3 release | expand

Commit Message

Mittal, Anuj March 22, 2022, 12:58 a.m. UTC
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 documentation/conf.py      | 2 +-
 documentation/poky.yaml    | 8 ++++----
 documentation/releases.rst | 1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

Comments

Michael Opdenacker March 22, 2022, 2:10 p.m. UTC | #1
Hi Anuj


On 3/22/22 01:58, Anuj Mittal wrote:
> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
> ---
>  documentation/conf.py      | 2 +-
>  documentation/poky.yaml    | 8 ++++----
>  documentation/releases.rst | 1 +
>  3 files changed, 6 insertions(+), 5 deletions(-)

Thanks for the patch!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

... and merged into the "honister" branch.

Cheers
Michael.

Patch

diff --git a/documentation/conf.py b/documentation/conf.py
index 213912f37..bef6fbfa4 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@  import os
 import sys
 import datetime
 
-current_version = "3.4.2"
+current_version = "3.4.3"
 bitbake_version = "1.52"
 
 # String used in sidebar
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 1d29906a3..9398fd5cb 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,12 +1,12 @@ 
-DISTRO : "3.4.2"
+DISTRO : "3.4.3"
 DISTRO_NAME_NO_CAP : "honister"
 DISTRO_NAME : "Honister"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott"
 DISTRO_NAME_NO_CAP_LTS : "dunfell"
-YOCTO_DOC_VERSION : "3.4.2"
+YOCTO_DOC_VERSION : "3.4.3"
 YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5"
-DISTRO_REL_TAG : "yocto-3.4.2"
-POKYVERSION : "26.0.2"
+DISTRO_REL_TAG : "yocto-3.4.3"
+POKYVERSION : "26.0.3"
 YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
 YOCTO_DL_URL : "https://downloads.yoctoproject.org"
 YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index f19fcaf47..7a71ac408 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -11,6 +11,7 @@  Release Series 3.4 (honister)
 - :yocto_docs:`3.4 Documentation </3.4>`
 - :yocto_docs:`3.4.1 Documentation </3.4.1>`
 - :yocto_docs:`3.4.2 Documentation </3.4.2>`
+- :yocto_docs:`3.4.3 Documentation </3.4.3>`
 
 ******************************
 Release Series 3.3 (hardknott)