diff options
author | DR695H <dr695h@att.com> | 2019-10-04 14:33:05 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-10-04 14:38:59 -0400 |
commit | 6d83774386b1ed99acf2fc2473d04f35d4364f4b (patch) | |
tree | 4215842be70e713012bb5b531d9f2cbeed8054d8 | |
parent | 8600f67ae1e31fdfc4f3585be76e71ec24a1389f (diff) |
bumping version to get builds working
Issue-ID: INT-1292
Change-Id: I51e2b3fd53610f904cff34e1cfa88fc67a789f3b
Signed-off-by: DR695H <dr695h@att.com>
-rw-r--r-- | robotframework-onap/setup.cfg | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg index 46d7b48..f04dfdd 100644 --- a/robotframework-onap/setup.cfg +++ b/robotframework-onap/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = robotframework-onap -version = 0.5 +version = 0.5.1 home-page = https://github.com/onap/testsuite-python-testing-utils classifier = Development Status :: 4 - Beta diff --git a/version.properties b/version.properties index b69e8d0..ade0917 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=0 +minor=5 +patch=1 base_version=${major}.${minor}.${patch} |