release: Updates for v2.6.0
VERSION and conf.py updates for v2.6.0 release Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
93ccb58997
commit
79a6c07536
2 changed files with 1 additions and 1 deletions
1
VERSION
1
VERSION
|
@ -2,4 +2,3 @@ VERSION_MAJOR = 2
|
|||
VERSION_MINOR = 6
|
||||
PATCHLEVEL = 0
|
||||
VERSION_TWEAK = 0
|
||||
EXTRAVERSION = rc3
|
||||
|
|
|
@ -142,6 +142,7 @@ html_context = {
|
|||
"current_version": version,
|
||||
"versions": (
|
||||
("latest", "/"),
|
||||
("2.6.0", "/2.6.0/"),
|
||||
("2.5.0", "/2.5.0/"),
|
||||
("2.4.0", "/2.4.0/"),
|
||||
("2.3.0", "/2.3.0/"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue