From: czichy Date: Thu, 8 Jun 2023 12:18:25 +0000 (+0300) Subject: Update version 0.10.2 and 0.10.3 release notes X-Git-Tag: v0.10.3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=db713335d175a2348e83fed58a0eb7cff28c3b80;p=ric-plt%2Fsdlgo.git Update version 0.10.2 and 0.10.3 release notes Change-Id: Icd790224ad4e71dac4535e5a221f14bde9cdc292 Signed-off-by: czichy --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b39538e..91bd38c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -30,6 +30,10 @@ This document provides the release notes of the sdlgo. Version history --------------- +[0.10.3] - 2023-06-08 + +* go version update + [0.10.2] - 2022-09-30 * Fix Coverity issues about missing function call return value validations diff --git a/tox.ini b/tox.ini index c86cfdf..049dbfb 100644 --- a/tox.ini +++ b/tox.ini @@ -14,11 +14,13 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 + +allowlist_externals = echo commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo [testenv:docs-linkcheck] basepython = python3 @@ -27,4 +29,6 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 + commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck