Roll version after release nonrtric-plt-rappcatalogue:1.2.1 83/11383/5
authorJohnKeeney <john.keeney@est.tech>
Thu, 15 Jun 2023 23:14:05 +0000 (00:14 +0100)
committerJohn Keeney <john.keeney@est.tech>
Fri, 16 Jun 2023 01:37:10 +0000 (01:37 +0000)
Issue-ID: NONRTRIC-883
Change-Id: Ic73d17d973350a2c3ad3049ad5f95cfa5dac46c1
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/conf.py
docs/requirements-docs.txt
pom.xml
tox.ini

index 0d96f9a..b926353 100644 (file)
@@ -19,7 +19,7 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
+branch = 'h-release'
 
 language = 'en'
 
index 8f65cbd..26964ff 100644 (file)
@@ -1,3 +1,4 @@
 sphinx
 sphinxcontrib-redoc
 lfdocs-conf
+urllib3~=1.26.15
diff --git a/pom.xml b/pom.xml
index ebaa61b..666dcc3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>rappcatalogue</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
diff --git a/tox.ini b/tox.ini
index 2705e16..00dd3b8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ deps = -r{toxinidir}/docs/requirements-docs.txt
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/docs/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
-whitelist_externals = echo
+allowlist_externals = echo
 
 [testenv:docs-linkcheck]
 basepython = python3