summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-11-08 13:15:03 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-11-08 13:16:21 +0000
commitcc48d7b837c0062c7b79d286c55c75b4eac65212 (patch)
tree1b1bcffc56b92f93df623abab50ba36bbbee1712
parentf9d29ad319d54cdabe63b52c20c9acd9d475347b (diff)
Release version 11.0.0 of robotframework-onap library
Fix robotframework-requests dependency to 0.9.3 version Issue-ID: TEST-385 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I1ba32b46f4a8fea902155f0b959ff841066a681a
-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