summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--robotframework-onap/requirements.txt2
-rw-r--r--robotframework-onap/setup.cfg2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/robotframework-onap/requirements.txt b/robotframework-onap/requirements.txt
index 4796406..325153c 100644
--- a/robotframework-onap/requirements.txt
+++ b/robotframework-onap/requirements.txt
@@ -13,7 +13,7 @@ protobuf==3.16.0
pyyaml
requests
robotframework
-robotframework-requests
+robotframework-requests==0.9.3
robotlibcore-temp
six
urllib3
diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg
index 957e53f..098b515 100644
--- a/robotframework-onap/setup.cfg
+++ b/robotframework-onap/setup.cfg
@@ -2,7 +2,7 @@
name = robotframework-onap
author = Daniel Rose
author_email = dr695h@att.com
-version = 10.0.0
+version = 11.0.0
home-page = https://github.com/onap/testsuite-python-testing-utils
classifier =
Development Status :: 4 - Beta
diff --git a/version.properties b/version.properties
index 3a473a6..04b9414 100644
--- a/version.properties
+++ b/version.properties
@@ -2,7 +2,7 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major=10
+major=11
minor=0
patch=0