diff options
author | morganrol <morgan.richomme@orange.com> | 2021-04-26 15:11:56 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-04-26 13:25:50 +0000 |
commit | 0b72a331ff8c8fa17995cd399d66c9bc500af747 (patch) | |
tree | 763cf0361210770326377327b12b29648b31bce3 | |
parent | 3288891dced20b9a5a0cd72915be6263bd8f5343 (diff) |
[PBR] update python-utils version for pbrhonolulu
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
(cherry picked from commit 8b7f01b1233799ae6ac55c3a362915e19efe136e)
-rw-r--r-- | robotframework-onap/setup.cfg | 2 |
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 |