From b8ac625ea16559104a7d91efcdf53983b2654722 Mon Sep 17 00:00:00 2001 From: Fred Rolland Date: Tue, 19 Mar 2024 14:45:43 +0200 Subject: [PATCH] Add update version section Signed-off-by: Fred Rolland --- README.md | 6 +++++- repo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2316e90..b1e3761 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,8 @@ To check external links, run: ./repo.sh docs -b linkcheck ``` -Note that some links with anchors are reported as broken though they are working correctly. \ No newline at end of file +Note that some links with anchors are reported as broken though they are working correctly. + +## Version update + +In order to update the doc version, update components versions in `docs/common/vars.rst` and release version in `repo.toml` under `[repo_docs]`. diff --git a/repo.toml b/repo.toml index 5ea5d83..b6cb21c 100644 --- a/repo.toml +++ b/repo.toml @@ -7,7 +7,7 @@ enabled = true docs_root = "docs" project = "nvidia_network_operator" name = "NVIDIA Network Operator" -version = "0.1.0" +version = "24.1.0" copyright_start = 2024 social_media_set = [] social_media = []