diff options
author | morganrol <morgan.richomme@orange.com> | 2021-04-26 15:11:56 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-05-03 19:04:35 +0000 |
commit | dd89e062b6c5058f0d2fbcd721b816ed77469d84 (patch) | |
tree | 3dc0955136b2adc2af1996e5d16ddbbbe5f1e03e | |
parent | da1fd0aba124cf4dbab3f1e53f59509f15255bc2 (diff) |
[PBR] update python-utils version for pbrguilin
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 |