summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-04-26 15:11:56 +0200
committermorganrol <morgan.richomme@orange.com>2021-04-26 15:11:56 +0200
commit8b7f01b1233799ae6ac55c3a362915e19efe136e (patch)
tree763cf0361210770326377327b12b29648b31bce3
parent3288891dced20b9a5a0cd72915be6263bd8f5343 (diff)
[PBR] update python-utils version for pbr
since last version of pbr a check is done to verify that the python module version is not outdated regarding the last tag as a 7.0.1 tag has been created (for guilin minatenance release) there is an issue as the default version was 0.6.0 < 7.0.1 thakns Michal for the troubleshooting Issue-ID: INT-1915 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I513c719fcc58390395199dcf982029d15725eff5
-rw-r--r--robotframework-onap/setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg
index 3be2149..1b88084 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 = 0.6
+version = 7.0.2
home-page = https://github.com/onap/testsuite-python-testing-utils
classifier =
Development Status :: 4 - Beta