From cc48d7b837c0062c7b79d286c55c75b4eac65212 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Tue, 8 Nov 2022 13:15:03 +0000 Subject: 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 Change-Id: I1ba32b46f4a8fea902155f0b959ff841066a681a --- robotframework-onap/requirements.txt | 2 +- robotframework-onap/setup.cfg | 2 +- version.properties | 2 +- 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 -- cgit 1.2.3-korg