aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadue, David (dl3158) <dl3158@att.com>2019-08-30 12:02:13 -0400
committerLadue, David (dl3158) <dl3158@att.com>2019-09-04 10:55:59 -0400
commit6c435255eb84b9e5bd01be23b8bdea10a1277db9 (patch)
treed1db15e2d658fc00195ff342ab544e0361ed9f41
parent2b89e275120c43beee4ffb3c57d503c820cd0cb3 (diff)
update config binding library version to incorporate K8s support5.0.2-ONAP5.0.1-ONAPelalto
Change-Id: Ieabab6478a3428839534faa9f9bb1e5be4d8726f Issue-ID: DCAEGEN2-1748 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
-rw-r--r--requirements.txt2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index b01728c..434db5c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
pysnmp==4.4.5
requests==2.18.3
-onap_dcae_cbs_docker_client==1.0.1
+onap_dcae_cbs_docker_client==2.1.0
diff --git a/version.properties b/version.properties
index 9e0d73d..f352992 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=4
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT