From df86cbc56e3ece28e51eb5f3db1b9142b1bd2e99 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 16 Jun 2023 00:23:41 +0100 Subject: [PATCH] Roll version after release nonrtric-plt-capifcore:1.1.1 Issue-ID: NONRTRIC-883 Change-Id: I942c9c82c29b2558554c582ca5c8633c34026b23 Signed-off-by: JohnKeeney --- .readthedocs.yaml | 2 +- capifcore/container-tag.yaml | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5970248..57b6c9b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,7 +22,7 @@ formats: - htmlzip build: - image: latest + image: h-release python: version: 3.7 diff --git a/capifcore/container-tag.yaml b/capifcore/container-tag.yaml index 5c5003f..a33e933 100644 --- a/capifcore/container-tag.yaml +++ b/capifcore/container-tag.yaml @@ -19,4 +19,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 1.1.0 +tag: 1.1.1 diff --git a/docs/conf.py b/docs/conf.py index cce3ae6..f7be00e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'h-release' linkcheck_ignore = [ 'http://localhost.*', -- 2.16.6