documentation: prepare for 3.1.7 release

(From yocto-docs rev: 5a54200a8702e473ecbbc3dbbdaa24169796c9e8)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2021-04-06 05:48:42 -10:00
committed by Richard Purdie
parent 251639560d
commit d705a2325a
4 changed files with 13 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import os
import sys
import datetime
current_version = "3.1.6"
current_version = "3.1.7"
# String used in sidebar
version = 'Version: ' + current_version

View File

@@ -1,11 +1,11 @@
DISTRO : "3.1.6"
DISTRO : "3.1.7"
DISTRO_NAME_NO_CAP : "dunfell"
DISTRO_NAME : "Dunfell"
DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
YOCTO_DOC_VERSION : "3.1.6"
YOCTO_DOC_VERSION : "3.1.7"
YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
DISTRO_REL_TAG : "yocto-3.1.6"
POKYVERSION : "23.0.6"
DISTRO_REL_TAG : "yocto-3.1.7"
POKYVERSION : "23.0.7"
YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"

View File

@@ -11,6 +11,11 @@
- :yocto_docs:`3.1 Documentation </3.1>`
- :yocto_docs:`3.1.1 Documentation </3.1.1>`
- :yocto_docs:`3.1.2 Documentation </3.1.2>`
- :yocto_docs:`3.1.3 Documentation </3.1.3>`
- :yocto_docs:`3.1.4 Documentation </3.1.4>`
- :yocto_docs:`3.1.5 Documentation </3.1.5>`
- :yocto_docs:`3.1.6 Documentation </3.1.6>`
- :yocto_docs:`3.1.7 Documentation </3.1.7>`
==========================
Previous Release Manuals
@@ -24,6 +29,7 @@
- :yocto_docs:`3.0.1 Documentation </3.0.1>`
- :yocto_docs:`3.0.2 Documentation </3.0.2>`
- :yocto_docs:`3.0.3 Documentation </3.0.3>`
- :yocto_docs:`3.0.4 Documentation </3.0.4>`
****************************
2.7 'warrior' Release Series

View File

@@ -2,8 +2,8 @@
'use strict';
var all_versions = {
'dev': 'dev (3.2)',
'3.1.3': '3.1.3',
'dev': 'dev (3.3)',
'3.1.7': '3.1.7',
'3.0.4': '3.0.4',
'2.7.4': '2.7.4',
};