Update version 0.10.2 and 0.10.3 release notes 05/11305/2 h-release v0.10.3
authorczichy <thoralf.czichy@nokia.com>
Thu, 8 Jun 2023 12:18:25 +0000 (15:18 +0300)
committerczichy <thoralf.czichy@nokia.com>
Thu, 8 Jun 2023 12:45:28 +0000 (15:45 +0300)
Change-Id: Icd790224ad4e71dac4535e5a221f14bde9cdc292
Signed-off-by: czichy <thoralf.czichy@nokia.com>
docs/release-notes.rst
tox.ini

index b39538e..91bd38c 100644 (file)
@@ -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 (file)
--- 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